Sleimanx2\Plastic\Map\Blueprint::createCommand PHP 메소드

createCommand() 보호된 메소드

Create a new Fluent command.
protected createCommand ( string $name, array $parameters = [] ) : Illuminate\Support\Fluent
$name string
$parameters array
리턴 Illuminate\Support\Fluent
    protected function createCommand($name, array $parameters = [])
    {
        return new Fluent(array_merge(compact('name'), $parameters));
    }