PHP 클래스 AsseticBundle\Cli\BuildCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: widmogrod/zf2-assetic-module

공개 메소드들

메소드 설명
__construct ( Service $assetic ) Constructor.

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Service $assetic )
$assetic AsseticBundle\Service

execute() 보호된 메소드

Executes the current command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface An InputInterface instance
$output Symfony\Component\Console\Output\OutputInterface An OutputInterface instance
리턴 null | integer null or 0 if everything went fine, or an error code