widgets\ActiveField getClientOptions()

getClientOptions() protected method Returns the JS options for the field. protected array getClientOptions ( )return array The JS options.

data\Pagination $links

$links public read-only property The links for navigational purpose. The array keys specify the purpose of the links (e.g. LINK_FIRST), and the array values are the corresponding URLs. public array getLinks ( $absolute = false )

sphinx\ActiveDataProvider getFacets()

getFacets() public method public array getFacets ( )return array Query facet results.

widgets\LinkSorter $sort

$sort public property The sort definition public yii\data\Sort $sort = null

web\AssetManager publishDirectory()

publishDirectory() protected method Publishes a directory. protected array publishDirectory ( $src, $options )$src string The asset directory to be published $options array The options to be applied when publishing a directory. The following options are supported: only: array, list of patterns that the file paths should match if they want to be copied. except: array, list of patterns that the files or directories should match if they want to be excluded from being copied. caseSensitive

web\View head()

head() public method Marks the position of an HTML head section. public void head ( )

db\Schema getQueryBuilder()

getQueryBuilder() public method public yii\db\QueryBuilder getQueryBuilder ( )return yii\db\QueryBuilder The query builder for this connection.

debug\panels\ConfigPanel getExtensions()

getExtensions() public method Returns data about extensions public array getExtensions ( )

sphinx\ActiveQuery one()

one() public method Executes query and returns a single row of result. public yii\sphinx\ActiveRecord|array|null one ( $db = null )$db yii\sphinx\Connection The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used. return yii\sphinx\ActiveRecord|array|null A single row of query result. Depending on the setting of asArray(), the query result may be either an array or an ActiveRecord object. Null will be returned if the query resu

validators\IpValidator $ipv4

$ipv4 public property Whether the validating value can be an IPv4 address. Defaults to true. public boolean $ipv4 = true