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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( Daux $daux )
checkConfiguration ( )
generateAll ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $width )
getContentTypes ( ) : array

비공개 메소드들

메소드 설명
generateRecursive ( Directory $tree, Config $params, $base_url = '' )

메소드 상세

__construct() 공개 메소드

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

checkConfiguration() 공개 메소드

public checkConfiguration ( )

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

getContentTypes() 공개 메소드

public getContentTypes ( ) : array
리턴 array

프로퍼티 상세

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

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

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

protected string $prefix
리턴 string