PHP Класс Fenos\Notifynder\Notifications\ExtraParams

Наследование: implements ArrayAcces\ArrayAccess, implements Illuminate\Contracts\Support\Arrayable, implements Illuminate\Contracts\Support\Jsonable, implements JsonSerializabl\JsonSerializable
Показать файл Открыть проект

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

Свойство Тип Описание
$extraParams array | stdClas\stdClass | string

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

Метод Описание
__construct ( $extraParams ) Jsonable constructor.
__get ( $name ) : mixed is utilized for reading data from inaccessible members.
__toString ( ) : string The __toString method allows a class to decide how it will react when it is converted to a string.
has ( $name ) : boolean Check if the extra param exists.
isJson ( $value ) : boolean Check if the value is a json string.
jsonSerialize ( ) : array Convert the object into something JSON serializable.
offsetExists ( mixed $offset ) : boolean Whether a offset exists.
offsetGet ( mixed $offset ) : mixed
offsetSet ( mixed $offset, mixed $value )
offsetUnset ( mixed $offset )
toArray ( ) : array
toJson ( integer $options ) : string Convert the model instance to JSON.

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

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

Jsonable constructor.
public __construct ( $extraParams )
$extraParams

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

is utilized for reading data from inaccessible members.
public __get ( $name ) : mixed
$name string
Результат mixed

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

The __toString method allows a class to decide how it will react when it is converted to a string.
public __toString ( ) : string
Результат string

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

Check if the extra param exists.
public has ( $name ) : boolean
$name
Результат boolean

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

Check if the value is a json string.
public isJson ( $value ) : boolean
$value
Результат boolean

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

Convert the object into something JSON serializable.
public jsonSerialize ( ) : array
Результат array

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

Whether a offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean

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

public offsetGet ( mixed $offset ) : mixed
$offset mixed
Результат mixed Can return all value types.

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

public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed

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

public offsetUnset ( mixed $offset )
$offset mixed

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

public toArray ( ) : array
Результат array

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

Convert the model instance to JSON.
public toJson ( integer $options ) : string
$options integer
Результат string

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

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

protected array|stdClass,stdClas|string $extraParams
Результат array | stdClas\stdClass | string