widgets\LinkPager renderPageButtons()

renderPageButtons() protected method Renders the page buttons. protected string renderPageButtons ( )return string The rendering result

swiftmailer\Message setSubject()

setSubject() public method Sets the message subject. public $this setSubject ( $subject )$subject string Message subject return $this Self reference.

bootstrap\Modal $closeButton

$closeButton public property The options for rendering the close button tag. The close button is displayed in the header of the modal window. Clicking on the button will hide the modal window. If this is false, no close button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to '×'. The rest of the options will be rendered as the HTML attributes of the button tag. Pl

db\QueryBuilder addForeignKey()

addForeignKey() public method Builds a SQL statement for adding a foreign key constraint to an existing table. The method will properly quote the table and column names. public string addForeignKey ( $name, $table, $columns, $refTable, $refColumns, $delete = null, $update = null )$name string The name of the foreign key constraint. $table string The table that the foreign key constraint will be added to. $columns string|array The name of the column to that the constraint will be ad

helpers\BaseHtmlPurifier process()

process() public static method Passes markup through HTMLPurifier making it safe to output to end user public static string process ( $content, $config = null )$content string The HTML content to purify $config array|Closure|null The config to use for HtmlPurifier. If not specified or null the default config will be used. You can use an array or an anonymous function to provide configuration options: An array will be passed to the HTMLPurifier_Config::create() method. An anonymous f

caching\MemCache getServers()

getServers() public method Returns the memcache or memcached server configurations. public yii\caching\MemCacheServer[] getServers ( )return yii\caching\MemCacheServer[] List of memcache server configurations.

sphinx\QueryBuilder buildAndCondition()

buildAndCondition() public method Connects two or more SQL expressions with the AND or OR operator. public string buildAndCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use for connecting the given operands $operands array The SQL expressions to connect. $params array The binding parameters to be populated return string The generated SQL expression

gii\generators\crud\Generator generateUrlParams()

generateUrlParams() public method Generates URL parameters public string generateUrlParams ( )

authclient\BaseClient defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

mongodb\log\MongoDbTarget export()

export() public method Stores log messages to MongoDB collection. public void export ( )