PHP Трейт Isswp101\Persimmon\Traits\Presentable

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

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

Метод Описание
__toString ( ) : string Get the instance as a string.
toArray ( ) : array Get the instance as an array.
toCollection ( ) : Collection Get the instance as a collection.
toJson ( integer $options ) : string Get the instance as json.

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

__toString() публичный метод

Get the instance as a string.
public __toString ( ) : string
Результат string

toArray() публичный метод

Get the instance as an array.
public toArray ( ) : array
Результат array

toCollection() публичный метод

Get the instance as a collection.
public toCollection ( ) : Collection
Результат Illuminate\Support\Collection

toJson() публичный метод

Get the instance as json.
public toJson ( integer $options ) : string
$options integer
Результат string