log\Target filterMessages()

filterMessages() public static method Filters the given messages according to their categories and levels. public static array filterMessages ( $messages, $levels = 0, $categories = [], $except = [] )$messages array Messages to be filtered. The message structure follows that in yii\log\Logger::$messages. $levels integer The message levels to filter by. This is a bitmap of level values. Value 0 means allowing all levels. $categories array The message categories to filter by. If empty,

gii\generators\model\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

sphinx\Connection createCommand()

createCommand() public method Creates a command for execution. public yii\sphinx\Command createCommand ( $sql = null, $params = [] )$sql string The SQL statement to be executed $params array The parameters to be bound to the SQL statement return yii\sphinx\Command The Sphinx command

authclient\BaseOAuth $authUrl

$authUrl public property Authorize URL. public string $authUrl = null

authclient\BaseClient defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.

widgets\ActiveField $inputOptions

$inputOptions public property The default options for the input tags. The parameter passed to individual input methods (e.g. textInput()) will be merged with this property when rendering the input tag. If you set a custom id for the input element, you may need to adjust the $selectors accordingly. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $inputOptions = ['class' => 'form-control']

helpers\BaseUrl canonical()

canonical() public static method Returns the canonical URL of the currently requested page. The canonical URL is constructed using the current controller's yii\web\Controller::$route and yii\web\Controller::$actionParams. You may use the following code in the layout view to add a link tag about canonical URL: $this->registerLinkTag(['rel' => 'canonical', 'href' => Url::canonical()]); public static string canonical ( )return string The canonical URL of the currently requested pa

widgets\ActiveField $labelOptions

$labelOptions public property The default options for the label tags. The parameter passed to label() will be merged with this property when rendering the label tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $labelOptions = ['class' => 'control-label']

elasticsearch\DebugPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

base\Component hasMethod()

hasMethod() public method Returns a value indicating whether a method is defined. A method is defined if: the class has a method with the specified name an attached behavior has a method with the given name (when $checkBehaviors is true). public boolean hasMethod ( $name, $checkBehaviors = true )$name string The property name $checkBehaviors boolean Whether to treat behaviors' methods as methods of this component return boolean Whether the property is defined