PHP 클래스 Jade\Compiler\CodeHandler

상속: extends CompilerUtils
파일 보기 프로젝트 열기: kylekatarnls/jade-php 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $input, $name )
innerCode ( $input, $name )
parse ( )

보호된 메소드들

메소드 설명
getVarname ( $separator )
isQuotedString ( )
parseArray ( $input, $subCodeHandler )
parseArrayAssign ( &$argument, $match, $consume, &$quote, &$key, &$value )
parseArrayElement ( &$argument, $match, $consume, &$quote, &$key, &$value )
parseArrayString ( &$argument, $match, $consume, &$quote, &$key, &$value )
parseBetweenSeparators ( )
parseEqual ( $sep, &$separators, &$result, $innerName, $subCodeHandler )
parseSeparator ( $sep, &$separators, &$result, &$varname, $subCodeHandler, $innerName )

메소드 상세

__construct() 공개 메소드

public __construct ( $input, $name )

getVarname() 보호된 메소드

protected getVarname ( $separator )

innerCode() 공개 메소드

public innerCode ( $input, $name )

isQuotedString() 보호된 메소드

protected isQuotedString ( )

parse() 공개 메소드

public parse ( )

parseArray() 보호된 메소드

protected parseArray ( $input, $subCodeHandler )

parseArrayAssign() 보호된 메소드

protected parseArrayAssign ( &$argument, $match, $consume, &$quote, &$key, &$value )

parseArrayElement() 보호된 메소드

protected parseArrayElement ( &$argument, $match, $consume, &$quote, &$key, &$value )

parseArrayString() 보호된 메소드

protected parseArrayString ( &$argument, $match, $consume, &$quote, &$key, &$value )

parseBetweenSeparators() 보호된 메소드

protected parseBetweenSeparators ( )

parseEqual() 보호된 메소드

protected parseEqual ( $sep, &$separators, &$result, $innerName, $subCodeHandler )

parseSeparator() 보호된 메소드

protected parseSeparator ( $sep, &$separators, &$result, &$varname, $subCodeHandler, $innerName )

프로퍼티 상세

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

protected $input

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

protected $name

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

protected $separators