PHP 클래스 CacheTool\Code

파일 보기 프로젝트 열기: gordalina/cachetool 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$code array

공개 메소드들

메소드 설명
addStatement ( string $statement )
fromString ( string $statement ) : Code
getCode ( ) : string
getCodeExecutable ( ) : string
writeTo ( string $file ) : null

메소드 상세

addStatement() 공개 메소드

public addStatement ( string $statement )
$statement string

fromString() 공개 정적인 메소드

public static fromString ( string $statement ) : Code
$statement string
리턴 Code

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

getCodeExecutable() 공개 메소드

public getCodeExecutable ( ) : string
리턴 string

writeTo() 공개 메소드

public writeTo ( string $file ) : null
$file string
리턴 null

프로퍼티 상세

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

protected array $code
리턴 array