Свойство | Тип | Описание | |
---|---|---|---|
$criteria | |||
$files | Illuminate\Filesystem\Filesystem | ||
$model |
Метод | Описание | |
---|---|---|
__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 ) |
Метод | Описание | |
---|---|---|
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 | ||
Результат | integer |
public getDirectory ( ) : string | ||
Результат | string |
protected getPopulateData ( ) : array | ||
Результат | array |
protected getStubPath ( ) : string | ||
Результат | string |
protected pluralizeModel ( ) : string | ||
Результат | string |
protected populateStub ( ) : mixed | ||
Результат | mixed |
protected Filesystem,Illuminate\Filesystem $files | ||
Результат | Illuminate\Filesystem\Filesystem |