helpers\BaseInflector slug()

slug() public static method Returns a string with all spaces converted to given replacement, non word characters removed and the rest of characters transliterated. If intl extension isn't available uses fallback that converts latin characters only and removes the rest. You may customize characters map via $transliteration property of the helper. public static string slug ( $string, $replacement = '-', $lowercase = true )$string string An arbitrary string to convert $replacement string

authclient\OpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = null

swiftmailer\Message $replyTo

$replyTo public property The reply-to address of this message. public string getReplyTo ( )public $this setReplyTo ( $replyTo )

base\Controller $route

$route public read-only property The route (module ID, controller ID and action ID) of the current request. public string getRoute ( )

web\Request $isPost

$isPost public read-only property Whether this is a POST request. public boolean getIsPost ( )

console\Application coreComponents()

coreComponents() public method Returns the configuration of core application components. public void coreComponents ( )

mongodb\rbac\MongoDbManager addRule()

addRule() protected method Adds a rule to the RBAC system. protected boolean addRule ( $rule )$rule yii\rbac\Rule The rule to add return boolean Whether the rule is successfully added to the system throws Exception if data validation or saving fails (such as the name of the rule is not unique)

mongodb\rbac\MongoDbManager $itemCollection

$itemCollection public property The name of the collection storing authorization items. Defaults to "auth_item". public string|array $itemCollection = 'auth_item'

bootstrap\ActiveField radio()

radio() public method Renders a radio button. This method will generate the checked tag attribute according to the model attribute value. public $this radio ( $options = [], $enclosedByLabel = true )$options array The tag options in terms of name-value pairs. The following options are specially handled: uncheck: string, the value associated with the uncheck state of the radio button. If not set, it will take the default value 0. This method will render a hidden input so that if the radi

i18n\GettextMessageSource $useMoFile

$useMoFile public property public boolean $useMoFile = true