PHP Class Devise\Pages\Docs\Creator

Afficher le fichier Open project: devisephp/cms

Méthodes publiques

Méthode Description
__construct ( LiveSpan $LiveSpan, Framework $Framework, CommonMarkConverter $MarkdownConverter ) [__construct description]
deviseDocs ( string $viewPath ) : string Returns devise docs for the sidebar for this view path

Méthodes protégées

Méthode Description
getDocView ( string $viewPath ) : View Returns the doc view if there is one

Method Details

__construct() public méthode

[__construct description]
public __construct ( LiveSpan $LiveSpan, Framework $Framework, CommonMarkConverter $MarkdownConverter )
$LiveSpan LiveSpan
$Framework Devise\Support\Framework
$MarkdownConverter League\CommonMark\CommonMarkConverter

deviseDocs() public méthode

Returns devise docs for the sidebar for this view path
public deviseDocs ( string $viewPath ) : string
$viewPath string
Résultat string

getDocView() protected méthode

Returns the doc view if there is one
protected getDocView ( string $viewPath ) : View
$viewPath string
Résultat View