Property | Type | Description | |
---|---|---|---|
$criteria | |||
$files | Illuminate\Filesystem\Filesystem | ||
$model |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) | ||
create ( $criteria, $model ) : integer | Create the criteria. | |
createDirectory ( ) | Create the criteria directory. | |
getCriteria ( ) : mixed | ||
getDirectory ( ) : string | Get the criteria directory. | |
getModel ( ) : mixed | ||
setCriteria ( mixed $criteria ) | ||
setModel ( mixed $model ) |
Method | Description | |
---|---|---|
createClass ( ) : integer | Create the repository class. | |
getPath ( ) : string | Get the path. | |
getPopulateData ( ) : array | Get the populate data. | |
getStub ( ) : string | Get the stub. | |
getStubPath ( ) : string | Get the stub path. | |
pluralizeModel ( ) : string | Pluralize the model. | |
populateStub ( ) : mixed | Populate the stub. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) | ||
$files | Illuminate\Filesystem\Filesystem |
protected createClass ( ) : integer | ||
return | integer |
public getDirectory ( ) : string | ||
return | string |
protected getPopulateData ( ) : array | ||
return | array |
protected pluralizeModel ( ) : string | ||
return | string |
protected Filesystem,Illuminate\Filesystem $files | ||
return | Illuminate\Filesystem\Filesystem |