PHP Class Fenos\Notifynder\Notifications\ExtraParams

Inheritance: implements ArrayAcces\ArrayAccess, implements Illuminate\Contracts\Support\Arrayable, implements Illuminate\Contracts\Support\Jsonable, implements JsonSerializabl\JsonSerializable
Afficher le fichier Open project: fenos/notifynder

Protected Properties

Свойство Type Description
$extraParams array | stdClas\stdClass | string

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

Jsonable constructor.
public __construct ( $extraParams )
$extraParams

__get() public méthode

is utilized for reading data from inaccessible members.
public __get ( $name ) : mixed
$name string
Résultat mixed

__toString() public méthode

The __toString method allows a class to decide how it will react when it is converted to a string.
public __toString ( ) : string
Résultat string

has() public méthode

Check if the extra param exists.
public has ( $name ) : boolean
$name
Résultat boolean

isJson() public méthode

Check if the value is a json string.
public isJson ( $value ) : boolean
$value
Résultat boolean

jsonSerialize() public méthode

Convert the object into something JSON serializable.
public jsonSerialize ( ) : array
Résultat array

offsetExists() public méthode

Whether a offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean

offsetGet() public méthode

public offsetGet ( mixed $offset ) : mixed
$offset mixed
Résultat mixed Can return all value types.

offsetSet() public méthode

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

offsetUnset() public méthode

public offsetUnset ( mixed $offset )
$offset mixed

toArray() public méthode

public toArray ( ) : array
Résultat array

toJson() public méthode

Convert the model instance to JSON.
public toJson ( integer $options ) : string
$options integer
Résultat string

Property Details

$extraParams protected_oe property

protected array|stdClass,stdClas|string $extraParams
Résultat array | stdClas\stdClass | string