helpers\BaseConsole isRunningOnWindows()

isRunningOnWindows() public static method Returns true if the console is running on windows public static boolean isRunningOnWindows ( )

authclient\signature\RsaSha1 $_publicCertificate

$_publicCertificate protected property OpenSSL public key certificate content. This value can be fetched from file specified by $publicCertificateFile. protected string $_publicCertificate = null

db\Command bindValue()

bindValue() public method Binds a value to a parameter. See also http://www.php.net/manual/en/function.PDOStatement-bindValue.php. public $this bindValue ( $name, $value, $dataType = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed position of the parameter. $value mixed The value to bind to the param

web\Request $absoluteUrl

$absoluteUrl public read-only property The currently requested absolute URL. public string getAbsoluteUrl ( )

jui\Selectable renderItems()

renderItems() public method Renders selectable items as specified on $items. public string renderItems ( )return string The rendering result. throws \yii\jui\InvalidConfigException.

web\Request $csrfTokenFromHeader

$csrfTokenFromHeader public read-only property The CSRF token sent via CSRF_HEADER by browser. Null is returned if no such header is sent. public string getCsrfTokenFromHeader ( )

i18n\PhpMessageSource loadFallbackMessages()

loadFallbackMessages() protected method (available since version 2.0.7) The method is normally called by loadMessages() to load the fallback messages for the language. Method tries to load the $category messages for the $fallbackLanguage and adds them to the $messages array. protected array loadFallbackMessages ( $category, $fallbackLanguage, $messages, $originalMessageFile )$category string The message category $fallbackLanguage string The target fallback language $messages array Th

db\SchemaBuilderTrait timestamp()

timestamp() public method (available since version 2.0.6) Creates a timestamp column. public yii\db\ColumnSchemaBuilder timestamp ( $precision = null )$precision integer Column value precision. First parameter passed to the column type, e.g. TIMESTAMP(precision). This parameter will be ignored if not supported by the DBMS. return yii\db\ColumnSchemaBuilder The column instance which can be further customized.

rbac\ManagerInterface getPermission()

getPermission() public abstract method Returns the named permission. public abstract null|yii\rbac\Permission getPermission ( $name )$name string The permission name. return null|yii\rbac\Permission The permission corresponding to the specified name. Null is returned if no such permission.

console\Controller getPassedOptions()

getPassedOptions() public method Returns the names of valid options passed during execution. public array getPassedOptions ( )return array The names of the options passed during execution