TightenCo\Jigsaw\Console\BuildCommand::__construct PHP Метод

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

public __construct ( $app, $source, $dest )
    public function __construct($app, $source, $dest)
    {
        $this->app = $app;
        $this->source = $source;
        $this->dest = $dest;
        parent::__construct();
    }