PHP 클래스 Jade\Compiler\SubCodeHandler

파일 보기 프로젝트 열기: kylekatarnls/jade-php

보호된 프로퍼티들

프로퍼티 타입 설명
$codeHandler
$input
$name

공개 메소드들

메소드 설명
__construct ( CodeHandler $codeHandler, $input, $name )
addToOutput ( &$output, &$key, &$value )
consume ( )
getMiddleString ( )
getNext ( $separators )
handleCodeInbetween ( &$separators, &$result )
handleRecursion ( &$result )

보호된 메소드들

메소드 설명
handleNestedExpression ( &$result )
scanSeparators ( &$separators, &$result )

메소드 상세

__construct() 공개 메소드

public __construct ( CodeHandler $codeHandler, $input, $name )
$codeHandler CodeHandler

addToOutput() 공개 메소드

public addToOutput ( &$output, &$key, &$value )

consume() 공개 메소드

public consume ( )

getMiddleString() 공개 메소드

public getMiddleString ( )

getNext() 공개 메소드

public getNext ( $separators )

handleCodeInbetween() 공개 메소드

public handleCodeInbetween ( &$separators, &$result )

handleNestedExpression() 보호된 메소드

protected handleNestedExpression ( &$result )

handleRecursion() 공개 메소드

public handleRecursion ( &$result )

scanSeparators() 보호된 메소드

protected scanSeparators ( &$separators, &$result )

프로퍼티 상세

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

protected $codeHandler

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

protected $input

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

protected $name