Class schmunk42\markdocs\Module

Inheritanceschmunk42\markdocs\Module » yii\base\Module

Markdown parser module

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$defaultRoute schmunk42\markdocs\Module
$forkUrl string URL for fork link on bottom of page schmunk42\markdocs\Module
$markdownUrl string Url or local alias with markdown files schmunk42\markdocs\Module

Public Methods

Hide inherited methods

MethodDescriptionDefined By
behaviors() Restrict access permissions to admin user and users with auth-item 'module-controller' schmunk42\markdocs\Module

Property Details

$defaultRoute public property
public $defaultRoute 'default/index'
$forkUrl public property

URL for fork link on bottom of page

public string $forkUrl 'https://github.com/phundament/app/blob/master/docs/'
$markdownUrl public property

Url or local alias with markdown files

public string $markdownUrl 'https://raw.githubusercontent.com/phundament/app/master/docs/'

Method Details

behaviors() public method

Restrict access permissions to admin user and users with auth-item 'module-controller'

public void behaviors ( )