validators\ExistValidator $allowArray

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

swiftmailer\Mailer createSwiftMailer()

createSwiftMailer() protected method Creates Swift mailer instance. protected \Swift_Mailer createSwiftMailer ( )return \Swift_Mailer Mailer instance.

db\ActiveRecordInterface isPrimaryKey()

isPrimaryKey() public abstract static method Returns a value indicating whether the given set of attributes represents the primary key for this model public abstract static boolean isPrimaryKey ( $keys )$keys array The set of attributes to check return boolean Whether the given set of attributes represents the primary key for this model

elasticsearch\ActiveQuery search()

search() public method Executes the query and returns the complete search result including e.g. hits, facets, totalCount. public array search ( $db = null, $options = [] )$db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. $options array The options given with this query. Possible options are: routing search_type return array The query results.

elasticsearch\ActiveRecord updateInternal()

updateInternal() protected method See also update(). protected integer|false updateInternal ( $attributes = null, $options = [] )$attributes array Attributes to update $options array Options given in this parameter are passed to elasticsearch as request URI parameters. See update() for details. return integer|false The number of rows affected, or false if beforeSave() stops the updating process. throws yii\db\StaleObjectException if optimistic locking is enabled and the data bei

data\BaseDataProvider $sort

$sort public property The sorting object. If this is false, it means the sorting is disabled. public yii\data\Sort|boolean getSort ( )public void setSort ( $value )

debug\Panel getUrl()

getUrl() public method public string getUrl ( $additionalParams = null )$additionalParams null|array Optional additional parameters to add to the route return string URL pointing to panel detail view

rest\Serializer $collectionEnvelope

$collectionEnvelope public property The name of the envelope (e.g. items) for returning the resource objects in a collection. This is used when serving a resource collection. When this is set and pagination is enabled, the serializer will return a collection in the following format: [ 'items' => [...], // assuming collectionEnvelope is "items" '_links' => { // pagination links as returned by Pagination::getLinks() 'self' => '...', 'next' => '...',

debug\panels\ConfigPanel getName()

getName() public method public string getName ( )return string Name of the panel

debug\panels\AssetPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar