PHP 인터페이스 App\Services\Deployment\DeployerFileBuilderInterface

파일 보기 프로젝트 열기: ngmy/webloyer

공개 메소드들

메소드 설명
getResult ( ) : DeployerFile Get a deployer file instance.
pathInfo ( ) : App\Services\Deployment\DeployerFileBuilderInterface Set a deployer file path info.
put ( ) : App\Services\Deployment\DeployerFileBuilderInterface Put a deployer file.

메소드 상세

getResult() 공개 메소드

Get a deployer file instance.
public getResult ( ) : DeployerFile
리턴 DeployerFile

pathInfo() 공개 메소드

Set a deployer file path info.
public pathInfo ( ) : App\Services\Deployment\DeployerFileBuilderInterface
리턴 App\Services\Deployment\DeployerFileBuilderInterface $this

put() 공개 메소드

Put a deployer file.
public put ( ) : App\Services\Deployment\DeployerFileBuilderInterface
리턴 App\Services\Deployment\DeployerFileBuilderInterface $this