web\ErrorHandler htmlEncode()

htmlEncode() public method Converts special characters to HTML entities. public string htmlEncode ( $text )$text string To encode. return string Encoded original text.

widgets\ActiveField getInputId()

getInputId() protected method (available since version 2.0.7) Returns the HTML id of the input element of this form field. protected string getInputId ( )return string The input id.

db\MigrationInterface down()

down() public abstract method This method contains the logic to be executed when removing this migration. The default implementation throws an exception indicating the migration cannot be removed. public abstract boolean down ( )return boolean Return a false value to indicate the migration fails and should not proceed further. All other return values mean the migration succeeds.

elasticsearch\Connection $nodeInfo

$nodeInfo public read-only property public void getNodeInfo ( )

db\cubrid\QueryBuilder addCommentOnColumn()

addCommentOnColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string addCommentOnColumn ( $table, $column, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted

db\oci\Schema $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

base\DynamicModel attributes()

attributes() public method Returns the list of attribute names. By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior. public array attributes ( )return array List of attribute names.

redis\ActiveQuery average()

average() public method Returns the average of the specified column values. public integer average ( $column, $db = null )$column string The column name or expression. Make sure you properly quote column names in the expression. $db yii\redis\Connection The database connection used to execute the query. If this parameter is not given, the db application component will be used. return integer The average of the specified column values.

swiftmailer\Mailer getSwiftMailer()

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

captcha\CaptchaAction getVerifyCode()

getVerifyCode() public method Gets the verification code. public string getVerifyCode ( $regenerate = false )$regenerate boolean Whether the verification code should be regenerated. return string The verification code.