test\ActiveFixture getTableSchema()

getTableSchema() public method public yii\db\TableSchema getTableSchema ( )return yii\db\TableSchema The schema information of the database table associated with this fixture. throws yii\base\InvalidConfigException if the table does not exist

authclient\OAuth1 apiInternal()

apiInternal() protected method Performs request to the OAuth API. protected array apiInternal ( $accessToken, $url, $method, array $params, array $headers )$accessToken yii\authclient\OAuthToken Actual access token. $url string Absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response. throws yii\base\Exception on failure.

data\BaseDataProvider getCount()

getCount() public method Returns the number of data models in the current page. public integer getCount ( )return integer The number of data models in the current page.

sphinx\ActiveRecord indexName()

indexName() public static method Declares the name of the Sphinx index associated with this AR class. By default this method returns the class name as the index name by calling yii\helpers\Inflector::camel2id(). For example, 'Article' becomes 'article', and 'StockItem' becomes 'stock_item'. You may override this method if the index is not named after this convention. public static string indexName ( )return string The index name

sphinx\Schema isReadQuery()

isReadQuery() public method Returns a value indicating whether a SQL statement is for read purpose. public boolean isReadQuery ( $sql )$sql string The SQL statement return boolean Whether a SQL statement is for read purpose.

mongodb\file\Download toResource()

toResource() public method Returns an opened stream resource, which can be used to read file. Note: each invocation of this method will create new file resource. public resource toResource ( )return resource Stream resource.

console\Application runAction()

runAction() public method Runs a controller action specified by a route. This method parses the specified route and creates the corresponding child module(s), controller and action instances. It then calls yii\console\Controller::runAction() to run the action with the given parameters. If the route is empty, the method will use $defaultRoute. For example, to run public function actionTest($a, $b) assuming that the controller has options the following code should be used: \Yii::$app->runA

base\UnknownClassException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

i18n\Formatter asNtext()

asNtext() public method Formats the value as an HTML-encoded plain text with newlines converted into breaks. public string asNtext ( $value )$value string The value to be formatted. return string The formatted result.

helpers\BaseHtmlPurifier configure()

configure() protected static method (available since version 2.0.3) Allow the extended HtmlPurifier class to set some default config options. protected static void configure ( $config )$config \HTMLPurifier_Config