web\ErrorHandler isCoreFile()

isCoreFile() public method Determines whether given name of the file belongs to the framework. public boolean isCoreFile ( $file )$file string Name to be checked. return boolean Whether given name of the file belongs to the framework.

web\IdentityInterface getId()

getId() public abstract method Returns an ID that can uniquely identify a user identity. public abstract string|integer getId ( )return string|integer An ID that uniquely identifies a user identity.

data\Sort $route

$route public property The route of the controller action for displaying the sorted contents. If not set, it means using the currently requested route. public string $route = null

gii\generators\model\Generator generateRelations()

generateRelations() protected method protected array generateRelations ( )return array The generated relation declarations

debug\controllers\DefaultController actionDownloadMail()

actionDownloadMail() public method public void actionDownloadMail ( $file )$file

web\Request $enableCsrfValidation

$enableCsrfValidation public property Whether to enable CSRF (Cross-Site Request Forgery) validation. Defaults to true. When CSRF validation is enabled, forms submitted to an Yii Web application must be originated from the same application. If not, a 400 HTTP exception will be raised. Note, this feature requires that the user client accepts cookie. Also, to use this feature, forms submitted via POST method must contain a hidden input whose name is specified by $csrfParam. You may use yii\he

validators\EmailValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

web\Request getAuthPassword()

getAuthPassword() public method public string|null getAuthPassword ( )return string|null The password sent via HTTP authentication, null if the password is not given

validators\ExistValidator $allowArray

$allowArray public property Whether to allow array type attribute. public boolean $allowArray = false

db\BaseActiveRecord findByCondition()

findByCondition() protected static method Finds ActiveRecord instance(s) by the given condition. This method is internally called by findOne() and findAll(). protected static yii\db\ActiveQueryInterface findByCondition ( $condition )$condition mixed Please refer to findOne() for the explanation of this parameter return yii\db\ActiveQueryInterface The newly created ActiveQuery instance. throws yii\base\InvalidConfigException if there is no primary key defined