Ejemplo n.º 1
0
 /**
  * Get all property of model
  *
  * @return void
  */
 protected function getSchemaArray()
 {
     // ToDo - schema is required?
     if ($this->scaffoldCommandObj->option('schema') != null) {
         if ($schema = $this->scaffoldCommandObj->option('schema')) {
             return (new SchemaParser())->parse($schema);
         }
     }
     return [];
 }