helpers\BaseHtml getInputName()

getInputName() public static method Generates an appropriate input name for the specified attribute name or expression. This method generates a name that can be used as the input name to collect user input for the specified attribute. The name is generated according to the form name of the model and the given attribute name. For example, if the form name of the Post model is Post, then the input name generated for the content attribute would be Post[content]. See getAttributeName() for expl

base\Model clearErrors()

clearErrors() public method Removes errors for all attributes or a single attribute. public void clearErrors ( $attribute = null )$attribute string Attribute name. Use null to remove errors for all attributes.

web\Response EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type \yii\web\ResponseEvent An event that is triggered at the end of send().

swiftmailer\Message embedContent()

embedContent() public method Attach a content as file and return it's CID source. This method should be used when embedding images or other data in a message. public string embedContent ( $content, array $options = [] )$content string Attachment file content. $options array Options for embed file. Valid options are: fileName: name, which should be used to attach file. contentType: attached file MIME type. return string Attachment CID.

sphinx\MatchBuilder buildAndMatch()

buildAndMatch() public method Connects two or more MATCH expressions with the AND or OR operator public string buildAndMatch ( $operator, $operands, &$params )$operator string The operator which is used for connecting the given operands $operands array The Match expressions to connect $params array The expression parameters to be populated return string The MATCH expression

elasticsearch\Command clearIndexCache()

clearIndexCache() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-clearcache.html. public mixed clearIndexCache ( $index )$index

web\ErrorHandler $maxTraceSourceLines

$maxTraceSourceLines public property Maximum number of trace source code lines to be displayed. Defaults to 13. public integer $maxTraceSourceLines = 13

web\Request $hostName

$hostName public read-only property Hostname part of the request URL (e.g. www.yiiframework.com) public string|null getHostName ( )

db\oci\QueryBuilder alterColumn()

alterColumn() public method Builds a SQL statement for changing the definition of a column. public string alterColumn ( $table, $column, $type )$table string The table whose column is to be changed. The table name will be properly quoted by the method. $column string The name of the column to be changed. The name will be properly quoted by the method. $type string The new column type. The getColumnType() method will be invoked to convert abstract column type (if any) into the physica

rbac\BaseManager $permissions

$permissions public read-only property All permissions in the system. The array is indexed by the permission names. public yii\rbac\Permission[] getPermissions ( )