mongodb\log\MongoDbTarget init()

init() public method Initializes the MongoDbTarget component. This method will initialize the $db property to make sure it refers to a valid MongoDB connection. public void init ( )throws yii\base\InvalidConfigException if $db is invalid.

base\ActionFilter attach()

attach() public method Attaches the behavior object to the component. The default implementation will set the $owner property and attach event handlers as declared in events(). Make sure you call the parent implementation if you override this method. public void attach ( $owner )$owner yii\base\Component The component that this behavior is to be attached to.

widgets\PjaxAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

web\RequestParserInterface parse()

parse() public abstract method Parses a HTTP request body. public abstract array parse ( $rawBody, $contentType )$rawBody string The raw HTTP request body. $contentType string The content type specified for the request body. return array Parameters parsed from the request body

console\Application getErrorHandler()

getErrorHandler() public method Returns the error handler component. public yii\console\ErrorHandler getErrorHandler ( )return yii\console\ErrorHandler The error handler application component.

swiftmailer\Mailer getSwiftMailer()

getSwiftMailer() public method public array|\Swift_Mailer getSwiftMailer ( )return array|\Swift_Mailer Swift mailer instance or array configuration.

jui\Tabs $options

$options public property The HTML attributes for the widget container tag. The following special options are recognized: tag: string, defaults to "div", the tag name of the container tag of this widget. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

helpers\BaseHtml beginForm()

beginForm() public static method Generates a form start tag. See also endForm(). public static string beginForm ( $action = '', $method = 'post', $options = [] )$action array|string The form action URL. This parameter will be processed by yii\helpers\Url::to(). $method string The form submission method, such as "post", "get", "put", "delete" (case-insensitive). Since most browsers only support "post" and "get", if other methods are given, they will be simulated using "post", and a hi

sphinx\Schema quoteValue()

quoteValue() public method Quotes a string value for use in a query. Note that if the parameter is not a string, it will be returned without change. See also http://www.php.net/manual/en/function.PDO-quote.php. public string quoteValue ( $str )$str string String to be quoted return string The properly quoted string

validators\FileValidator $tooMany

$tooMany public property The error message used if the count of multiple uploads exceeds limit. You may use the following tokens in the message: {attribute}: the attribute name {limit}: the value of $maxFiles public string $tooMany = null