Laralib\L5scaffold\Validators\SyntaxBuilder::create PHP Method

create() public method

Create the PHP syntax for the given schema.
public create ( array $schema ) : string
$schema array
return string
    public function create($schema)
    {
        $fieldsc = $this->createSchemaForValidation($schema);
        return $fieldsc;
    }