DataSift\Storyplayer\Cli\Install_Command::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        // define the command
        $this->setName('install');
        $this->setShortDescription('download optional dependencies');
        $this->setLongDescription("Use this command to download any optional dependencies" . " that you might need e.g. chromedriver for selenium." . PHP_EOL);
    }