PHP 클래스 Deployer\Initializer\Template\Template

저자: Vitaliy Zhuk ([email protected])
저자: Anton Medvedev ([email protected])
상속: implements Deployer\Initializer\Template\TemplateInterface
파일 보기 프로젝트 열기: elfet/deployer

공개 메소드들

메소드 설명
initialize ( $filePath ) {@inheritDoc}

보호된 메소드들

메소드 설명
getParametersForReplace ( ) : array Get parameters for replace in resource
getTemplateContent ( ) : string Get content of template.

메소드 상세

getParametersForReplace() 보호된 메소드

Get parameters for replace in resource
protected getParametersForReplace ( ) : array
리턴 array

getTemplateContent() 추상적인 보호된 메소드

Get content of template.
abstract protected getTemplateContent ( ) : string
리턴 string

initialize() 공개 메소드

{@inheritDoc}
public initialize ( $filePath )