PHP Класс Bosnadev\Repositories\Console\Commands\Creators\CriteriaCreator

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

__construct() публичный Метод

public __construct ( Illuminate\Filesystem\Filesystem $files )
$files Illuminate\Filesystem\Filesystem

create() публичный Метод

Create the criteria.
public create ( $criteria, $model ) : integer
$criteria
$model
Результат integer

createClass() защищенный Метод

Create the repository class.
protected createClass ( ) : integer
Результат integer

createDirectory() публичный Метод

Create the criteria directory.
public createDirectory ( )

getCriteria() публичный Метод

public getCriteria ( ) : mixed
Результат mixed

getDirectory() публичный Метод

Get the criteria directory.
public getDirectory ( ) : string
Результат string

getModel() публичный Метод

public getModel ( ) : mixed
Результат mixed

getPath() защищенный Метод

Get the path.
protected getPath ( ) : string
Результат string

getPopulateData() защищенный Метод

Get the populate data.
protected getPopulateData ( ) : array
Результат array

getStub() защищенный Метод

Get the stub.
protected getStub ( ) : string
Результат string

getStubPath() защищенный Метод

Get the stub path.
protected getStubPath ( ) : string
Результат string

pluralizeModel() защищенный Метод

Pluralize the model.
protected pluralizeModel ( ) : string
Результат string

populateStub() защищенный Метод

Populate the stub.
protected populateStub ( ) : mixed
Результат mixed

setCriteria() публичный Метод

public setCriteria ( mixed $criteria )
$criteria mixed

setModel() публичный Метод

public setModel ( mixed $model )
$model mixed

Описание свойств

$criteria защищенное свойство

protected $criteria

$files защищенное свойство

protected Filesystem,Illuminate\Filesystem $files
Результат Illuminate\Filesystem\Filesystem

$model защищенное свойство

protected $model