FOF30\Generator\Command\Command::__construct PHP Метод

__construct() публичный Метод

public __construct ( $composer, $input )
    public function __construct($composer, $input)
    {
        $this->composer = $composer;
        $this->input = $input;
        $this->component = $this->getComponent($composer);
    }