PHP Класс Indatus\Ranger\ApiDatabase\QueryExecution\InstanceQuery

Наследование: extends QueryExecuter
Показать файл Открыть проект

Открытые методы

Метод Описание
__call ( $method, $arguments )
executeQuery ( $request_type )

Защищенные методы

Метод Описание
delete ( ) : array
get ( ) : array
getInstance ( ) : array Function to return a resource instance. The function will handle wether or not the resource is nested and act appropriatley.
put ( ) : array

Приватные методы

Метод Описание
_buildNestedResource ( string $table, integer $primaryKey, integer $id ) : Illuminate\Database\Eloquent\Model _buildNestedResource - performs query on nested resource instance

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

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

public __call ( $method, $arguments )

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

protected delete ( ) : array
Результат array

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

public executeQuery ( $request_type )

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

protected get ( ) : array
Результат array

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

getInstance - The ApiQueryAssemblerInterface will build the query from any api parameters that were passed in. Eager loaded relations joins, and left joins will be appended to the query builder and returned by the buildQueryFromApiParams() method. The returned value will then call the first() method which will return an Eloquent model instance object.
protected getInstance ( ) : array
Результат array

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

protected put ( ) : array
Результат array