PHP Класс yii\apidoc\components\BaseController

С версии: 2.0
Автор: Carsten Brandt ([email protected])
Наследование: extends yii\console\Controller
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$exclude files to exclude.
$pageTitle page title
$template template to use for rendering

Открытые методы

Метод Описание
options ( $actionID )

Защищенные методы

Метод Описание
findFiles ( string $dir, array $except = [] ) : array Finds files
findRenderer ( string $template ) : BaseRenderer
loadContext ( string $location ) : Context Loads context from cache
normalizeTargetDir ( string $target ) : boolean | string Checks that target directory is valid. Asks questions in tricky cases.
searchFiles ( array $sourceDirs ) : array | boolean Finds files to process
storeContext ( Context $context, string $location ) Writes context into cache file
updateContext ( Context $context )

Описание методов

findFiles() абстрактный защищенный Метод

Finds files
abstract protected findFiles ( string $dir, array $except = [] ) : array
$dir string directory to search files in.
$except array list of names to exclude from search.
Результат array files found.

findRenderer() абстрактный защищенный Метод

abstract protected findRenderer ( string $template ) : BaseRenderer
$template string
Результат yii\apidoc\renderers\BaseRenderer

loadContext() защищенный Метод

Loads context from cache
protected loadContext ( string $location ) : Context
$location string
Результат yii\apidoc\models\Context

normalizeTargetDir() защищенный Метод

Checks that target directory is valid. Asks questions in tricky cases.
protected normalizeTargetDir ( string $target ) : boolean | string
$target string
Результат boolean | string

options() публичный Метод

public options ( $actionID )

searchFiles() защищенный Метод

Finds files to process
protected searchFiles ( array $sourceDirs ) : array | boolean
$sourceDirs array
Результат array | boolean list of files to process or false on failure

storeContext() защищенный Метод

Writes context into cache file
protected storeContext ( Context $context, string $location )
$context yii\apidoc\models\Context
$location string

updateContext() защищенный Метод

protected updateContext ( Context $context )
$context yii\apidoc\models\Context

Описание свойств

$exclude публичное свойство

files to exclude.
public $exclude

$pageTitle публичное свойство

page title
public $pageTitle

$template публичное свойство

template to use for rendering
public $template