getIndexStatus() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-status.html. public mixed getIndexStatus ( $index = '_all' )$index
$hintOptions public property The default options for the hint tags. The parameter passed to hint() will be merged with this property when rendering the hint tag. The following special options are recognized: tag: the tag name of the container element. Defaults to div. Setting it to false will not render a container tag. See also yii\helpers\Html::tag(). See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $hintOptions = ['class' =
loadIndexSchema() protected method Loads the metadata for the specified index. protected yii\sphinx\IndexSchema|null loadIndexSchema ( $name )$name string Index name return yii\sphinx\IndexSchema|null Driver dependent index metadata. null - if the index does not exist.
sendRequest() protected method Sends request to the server protected array|string sendRequest ( $url, $method = 'GET', $params = [] )$url string Request URL. $method string Request method. $params array Request parameters. return array|string Response. throws yii\base\Exception on failure.
dropColumn() public method Builds and executes a SQL statement for dropping a DB column. public void dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method.
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
init() public method Initializes the redis Session component. This method will initialize the $redis property to make sure it refers to a valid redis connection. public void init ( )throws yii\base\InvalidConfigException if $redis is invalid.
renderFilters() public method Renders the filter. public string renderFilters ( )return string The rendering result.
$fileMap public property Mapping between message categories and the corresponding message file paths. The file paths are relative to $basePath. For example, [ 'core' => 'core.php', 'ext' => 'extensions.php', ] public array $fileMap = null
getMimeTypeByExtension() public static method Determines the MIME type based on the extension name of the specified file. This method will use a local map between extension names and MIME types. public static string getMimeTypeByExtension ( $file, $magicFile = null )$file string The file name. $magicFile string The path (or alias) of the file that contains all available MIME type information. If this is not set, the file specified by $mimeMagicFile will be used. return string The MIM
Page 341 of 633