Consolidation\Cgr\Application::separateProjectAndGetCommandList PHP Метод

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

Figure out everything we're going to do, but don't do any of it yet, just return the command objects to run.
public separateProjectAndGetCommandList ( $argv, $home, $options )
    public function separateProjectAndGetCommandList($argv, $home, $options)
    {
        list($command, $projects, $composerArgs) = $this->separateProjectsFromArgs($argv, $options);
        $commandList = $this->getCommandsToExec($command, $composerArgs, $projects, $options);
        return $commandList;
    }