gii\console\GenerateController getActionHelp()

getActionHelp() public method Returns the detailed help information for the specified action. public string getActionHelp ( $action )$action yii\base\Action Action to get help for return string The detailed help information for the specified action.

mongodb\rbac\MongoDbManager getRolesByUser()

getRolesByUser() public method Returns the roles that are assigned to the user via assign(). Note that child roles that are not assigned directly to the user will not be returned. public yii\rbac\Role[] getRolesByUser ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Role[] All roles directly assigned to the user. The array is indexed by the role names.

base\Component __unset()

__unset() public method Sets a component property to be null. This method will check in the following order and act accordingly: a property defined by a setter: set the property value to be null a property of a behavior: set the property value to be null Do not call this method directly as it is a PHP magic method that will be implicitly called when executing unset($component->property). See also http://php.net/manual/en/function.unset.php. public void __unset ( $name )$name string Th

sphinx\ActiveQuery populate()

populate() public method Converts the raw query results into the format as specified by this query. This method is internally used to convert the data fetched from database into the format as required by this query. public array populate ( $rows )$rows array The raw query result from database return array The converted query result

sphinx\Connection getIndexSchema()

getIndexSchema() public method Obtains the schema information for the named index. public yii\sphinx\IndexSchema getIndexSchema ( $name, $refresh = false )$name string Index name. $refresh boolean Whether to reload the table schema even if it is found in the cache. return yii\sphinx\IndexSchema Index schema information. Null if the named index does not exist.

sphinx\ActiveRecord setSnippet()

setSnippet() public method public void setSnippet ( $snippet )$snippet string

helpers\BaseConsole moveCursorPrevLine()

moveCursorPrevLine() public static method Moves the terminal cursor to the beginning of the previous line by sending ANSI control code CPL to the terminal. public static void moveCursorPrevLine ( $lines = 1 )$lines integer Number of lines the cursor should be moved up

base\ErrorHandler handleError()

handleError() public method Handles PHP execution errors such as warnings and notices. This method is used as a PHP error handler. It will simply raise an yii\base\ErrorException. public boolean handleError ( $code, $message, $file, $line )$code integer The level of the error raised. $message string The error message. $file string The filename that the error was raised in. $line integer The line number the error was raised at. return boolean Whether the normal error handler conti

mongodb\Command beginProfile()

beginProfile() protected method Marks the beginning of a code block for profiling. See also endProfile(). protected void beginProfile ( $token, $category )$token string Token for the code block $category string The category of this log message

authclient\ClientInterface setName()

setName() public abstract method public abstract void setName ( $name )$name string Service name.