authclient\AuthAction authOpenId()

authOpenId() protected method Performs OpenID auth flow. protected yii\web\Response authOpenId ( $client )$client yii\authclient\OpenId Auth client instance. return yii\web\Response Action response. throws yii\base\Exception on failure. throws yii\web\HttpException on failure.

base\Widget getId()

getId() public method Returns the ID of the widget. public string getId ( $autoGenerate = true )$autoGenerate boolean Whether to generate an ID if it is not set previously return string ID of the widget.

helpers\BaseInflector camel2words()

camel2words() public static method Converts a CamelCase name into space-separated words. For example, 'PostTag' will be converted to 'Post Tag'. public static string camel2words ( $name, $ucwords = true )$name string The string to be converted $ucwords boolean Whether to capitalize the first letter in each word return string The resulting words

authclient\clients\YandexOAuth defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

rbac\ManagerInterface getRules()

getRules() public abstract method Returns all rules available in the system. public abstract yii\rbac\Rule[] getRules ( )return yii\rbac\Rule[] The rules indexed by the rule names

validators\RegularExpressionValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

mail\BaseMessage send()

send() public method Sends this email message. public boolean send ( yii\mail\MailerInterface $mailer = null )$mailer yii\mail\MailerInterface The mailer that should be used to send this message. If no mailer is given it will first check if $mailer is set and if not, the "mail" application component will be used instead. return boolean Whether this message is sent successfully.

rbac\ManagerInterface removeChild()

removeChild() public abstract method Removes a child from its parent. Note, the child item is not deleted. Only the parent-child relationship is removed. public abstract boolean removeChild ( $parent, $child )$parent yii\rbac\Item $child yii\rbac\Item return boolean Whether the removal is successful

rest\Serializer serializeModels()

serializeModels() protected method Serializes a set of models. protected array serializeModels ( array $models )$models array return array The array representation of the models

filters\HttpCache $cacheControlHeader

$cacheControlHeader public property The value of the Cache-Control HTTP header. If null, the header will not be sent. See also http://tools.ietf.org/html/rfc2616#section-14.9. public string $cacheControlHeader = 'public, max-age=3600'