web\Request getCsrfTokenFromHeader()

getCsrfTokenFromHeader() public method public string getCsrfTokenFromHeader ( )return string The CSRF token sent via CSRF_HEADER by browser. Null is returned if no such header is sent.

db\oci\QueryBuilder renameTable()

renameTable() public method Builds a SQL statement for renaming a DB table. public string renameTable ( $table, $newName )$table string The table to be renamed. The name will be properly quoted by the method. $newName string The new table name. The name will be properly quoted by the method. return string The SQL statement for renaming a DB table.

helpers\BaseConsole clearScreenAfterCursor()

clearScreenAfterCursor() public static method Clears text from cursor to the end of the screen by sending ANSI control code ED with argument 0 to the terminal. Cursor position will not be changed. public static void clearScreenAfterCursor ( )

widgets\FragmentCache getCachedContent()

getCachedContent() public method Returns the cached content if available. public string|false getCachedContent ( )return string|false The cached content. False is returned if valid content is not found in the cache.

caching\MemCache flushValues()

flushValues() protected method Deletes all values from cache. This is the implementation of the method declared in the parent class. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

log\FileTarget rotateFiles()

rotateFiles() protected method Rotates log files. protected void rotateFiles ( )

widgets\LinkPager $nextPageLabel

$nextPageLabel public property The label for the "next" page button. Note that this will NOT be HTML-encoded. If this property is false, the "next" page button will not be displayed. public string|boolean $nextPageLabel = '»'

elasticsearch\Command closeIndex()

closeIndex() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-open-close.html. public mixed closeIndex ( $index )$index

base\Application registerErrorHandler()

registerErrorHandler() protected method Registers the errorHandler component as a PHP error handler. protected void registerErrorHandler ( &$config )$config array Application config

authclient\signature\HmacSha1 generateSignature()

generateSignature() public method Generates OAuth request signature. public string generateSignature ( $baseString, $key )$baseString string Signature base string. $key string Signature key. return string Signature string.