InfyOm\Generator\Commands\BaseCommand::isSkip PHP Method

isSkip() public method

public isSkip ( $skip )
    public function isSkip($skip)
    {
        if ($this->commandData->getOption('skip')) {
            return in_array($skip, (array) $this->commandData->getOption('skip'));
        }
        return false;
    }