elasticsearch\ActiveRecord setPrimaryKey()

setPrimaryKey() public method Sets the primary key public void setPrimaryKey ( $value )$value mixed throws yii\base\InvalidCallException when record is not new

behaviors\AttributeTypecastBehavior $owner

$owner public property The owner of this behavior. public yii\base\Model|yii\db\BaseActiveRecord $owner = null

i18n\GettextMoFile writeBytes()

writeBytes() protected method Write bytes. protected integer writeBytes ( $fileHandle, $bytes )$fileHandle resource To write to $bytes string To be written return integer How many bytes are written

helpers\BaseArrayHelper keyExists()

keyExists() public static method Checks if the given array contains the specified key. This method enhances the array_key_exists() function by supporting case-insensitive key comparison. public static boolean keyExists ( $key, $array, $caseSensitive = true )$key string The key to check $array array The array with keys to check $caseSensitive boolean Whether the key comparison should be case-sensitive return boolean Whether the array contains the specified key

authclient\clients\GitHub init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

authclient\BaseClient defaultViewOptions()

defaultViewOptions() protected method Returns the default $viewOptions value. Particular client may override this method in order to provide specific default view options. protected array defaultViewOptions ( )return array List of default $viewOptions

authclient\signature\RsaSha1 getPublicCertificate()

getPublicCertificate() public method public string getPublicCertificate ( )return string Public key certificate content.

jui\Widget $clientEvents

$clientEvents public property The event handlers for the underlying jQuery UI widget. Please refer to the corresponding jQuery UI widget Web page for possible events. For example, this page shows how to use the "Accordion" widget and the supported events (e.g. "create"). Keys are the event names and values are javascript code that is passed to the .on() function as the event handler. For example you could write the following in your widget configuration: 'clientEvents' => [ 'change'

authclient\BaseOAuth restoreAccessToken()

restoreAccessToken() protected method Restores access token. protected yii\authclient\OAuthToken restoreAccessToken ( )return yii\authclient\OAuthToken Auth token.

console\Controller options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action