PHP 클래스 PhpCss\Ast\Selector\Sequence

상속: extends PhpCss\Ast\Selector
파일 보기 프로젝트 열기: ThomasWeinert/PhpCss

공개 프로퍼티들

프로퍼티 타입 설명
$combinator
$simples array(Simple)

공개 메소드들

메소드 설명
__construct ( array $simples = [], Combinator $combinator = NULL )
accept ( PhpCss\Ast\Visitor $visitor ) : null | void Accept visitors, because this element has children, enter and leave are called.

메소드 상세

__construct() 공개 메소드

public __construct ( array $simples = [], Combinator $combinator = NULL )
$simples array
$combinator Combinator

accept() 공개 메소드

Accept visitors, because this element has children, enter and leave are called.
public accept ( PhpCss\Ast\Visitor $visitor ) : null | void
$visitor PhpCss\Ast\Visitor
리턴 null | void

프로퍼티 상세

$combinator 공개적으로 프로퍼티

public $combinator

$simples 공개적으로 프로퍼티

public array(Simple) $simples
리턴 array(Simple)