LazyRecord\Command\BaseCommand::findSchemasByArguments PHP 메소드

findSchemasByArguments() 공개 메소드

public findSchemasByArguments ( array $arguments )
$arguments array
    public function findSchemasByArguments(array $arguments)
    {
        return SchemaUtils::findSchemasByArguments($this->getConfigLoader(), $arguments, $this->logger);
    }