PHP 클래스 Todaymade\Daux\Format\HTML\Generator

상속: implements Todaymade\Daux\Format\Base\Generator, implements Todaymade\Daux\Format\Base\LiveGenerator, use trait Todaymade\Daux\Console\RunAction
파일 보기 프로젝트 열기: justinwalsh/daux.io

보호된 프로퍼티들

프로퍼티 타입 설명
$daux Todaymade\Daux\Daux
$indexed_pages

공개 메소드들

메소드 설명
__construct ( Daux $daux )
generateAll ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $width )
generateOne ( Entry $node, Config $params ) : Todaymade\Daux\Format\Base\Page
getContentTypes ( ) : array

보호된 메소드들

메소드 설명
copyThemes ( string $destination, string $local_base ) Copy all files from $local to $destination
ensureEmptyDestination ( $destination )

비공개 메소드들

메소드 설명
generateRecursive ( Directory $tree, string $output_dir, Config $params, Symfony\Component\Console\Output\OutputInterface $output, integer $width, boolean $index_pages, string $base_url = '' ) Recursively generate the documentation
strip_html_tags ( string $text ) : string Remove HTML tags, including invisible text such as style and script code, and embedded objects. Add line breaks around block-level tags to prevent word joining after tag removal.

메소드 상세

__construct() 공개 메소드

public __construct ( Daux $daux )
$daux Todaymade\Daux\Daux

copyThemes() 보호된 메소드

Copy all files from $local to $destination
protected copyThemes ( string $destination, string $local_base )
$destination string
$local_base string

ensureEmptyDestination() 보호된 메소드

protected ensureEmptyDestination ( $destination )

generateAll() 공개 메소드

public generateAll ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $width )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

generateOne() 공개 메소드

public generateOne ( Entry $node, Config $params ) : Todaymade\Daux\Format\Base\Page
$node Todaymade\Daux\Tree\Entry
$params Todaymade\Daux\Config
리턴 Todaymade\Daux\Format\Base\Page

getContentTypes() 공개 메소드

public getContentTypes ( ) : array
리턴 array

프로퍼티 상세

$daux 보호되어 있는 프로퍼티

protected Daux,Todaymade\Daux $daux
리턴 Todaymade\Daux\Daux

$indexed_pages 보호되어 있는 프로퍼티

protected $indexed_pages