sphinx\IndexSchema $columnNames

$columnNames public read-only property List of column names public array getColumnNames ( )

sphinx\IndexSchema $columns

$columns public property Column metadata of this index. Each array element is a yii\sphinx\ColumnSchema object, indexed by column names. public yii\sphinx\ColumnSchema[] $columns = []

helpers\Markdown

All Classes | Properties | Methods Inheritance yii\helpers\Markdown » yii\helpers\BaseMarkdown Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/Markdown.php Markdown provides an ability to transform markdown into HTML. Basic usage is the following: $myHtml = Markdown::process($myText); // use original markdown flavor $myHtml = Markdown::process($myText, 'gfm'); // use github flavored markdown $myHtml = Markdown::process($myText, 'extra

base\Application $authManager

$authManager public read-only property The auth manager application component. Null is returned if auth manager is not configured. public yii\rbac\ManagerInterface getAuthManager ( )

debug\LogTarget export()

export() public method Exports log messages to a specific destination. Child classes must implement this method. public void export ( )

di\ServiceLocator clear()

clear() public method Removes the component from the locator. public void clear ( $id )$id string The component ID

rest\Serializer $linksEnvelope

$linksEnvelope public property (available since version 2.0.4) The name of the envelope (e.g. _links) for returning the links objects. It takes effect only, if collectionEnvelope is set. public string $linksEnvelope = '_links'

gii\generators\module\Generator $modulePath

$modulePath public read-only property The directory that contains the module class public boolean getModulePath ( )

widgets\DetailView $options

$options public property The HTML attributes for the container tag of this widget. The tag option specifies what container tag should be used. It defaults to table if not set. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'table table-striped table-bordered detail-view']

jui\Accordion $headerOptions

$headerOptions public property List of HTML attributes for the item header container tags. This will be overwritten by the "headerOptions" set in individual $items. The following special options are recognized: tag: string, defaults to "h3", the tag name of the item container tags. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerOptions = []