base\Security decrypt()

decrypt() protected method Decrypts data. See also encrypt(). protected boolean|string decrypt ( $data, $passwordBased, $secret, $info )$data string Encrypted data to be decrypted. $passwordBased boolean Set true to use password-based key derivation $secret string The decryption password or key $info string Context/application specific information, @see encrypt() return boolean|string The decrypted data or false on authentication failure throws yii\base\InvalidConfigException

base\Application $controllerNamespace

$controllerNamespace public property The namespace that controller classes are located in. This namespace will be used to load controller classes by prepending it to the controller class name. The default namespace is app\controllers. Please refer to the guide about class autoloading for more details. public string $controllerNamespace = 'app\\controllers'

db\mssql\PDO rollBack()

rollBack() public method Rollbacks a transaction. It is necessary to override PDO's method as MSSQL PDO driver does not natively support transactions. public boolean rollBack ( )return boolean The result of a transaction roll back.

log\Dispatcher getLogger()

getLogger() public method Gets the connected logger. If not set, Yii::getLogger() will be used. public yii\log\Logger getLogger ( )return yii\log\Logger The logger.

debug\Module $logTarget

$logTarget public property public yii\debug\LogTarget $logTarget = null

widgets\ActiveField $options

$options public property The HTML attributes (name-value pairs) for the field container tag. The values will be HTML-encoded using yii\helpers\Html::encode(). If a value is null, the corresponding attribute will not be rendered. The following special options are recognized: tag: the tag name of the container element. Defaults to div. Setting it to false will not render a container tag. See also yii\helpers\Html::tag(). If you set a custom id for the container element, you may need to adjus

di\ServiceLocator has()

has() public method Returns a value indicating whether the locator has the specified component definition or has instantiated the component. This method may return different results depending on the value of $checkInstance. If $checkInstance is false (default), the method will return a value indicating whether the locator has the specified component definition. If $checkInstance is true, the method will return a value indicating whether the locator has instantiated the specified component.

validators\BooleanValidator $falseValue

$falseValue public property The value representing false status. Defaults to '0'. public mixed $falseValue = '0'

authclient\widgets\AuthChoice $popupMode

$popupMode public property Indicates if popup window should be used instead of direct links. public boolean $popupMode = true

helpers\BaseConsole ansiStrlen()

ansiStrlen() public static method Returns the length of the string without ANSI color codes. public static integer ansiStrlen ( $string )$string string The string to measure return integer The length of the string not counting ANSI format characters