PHP 클래스 Fenos\Notifynder\Notifications\ExtraParams

상속: implements ArrayAcces\ArrayAccess, implements Illuminate\Contracts\Support\Arrayable, implements Illuminate\Contracts\Support\Jsonable, implements JsonSerializabl\JsonSerializable
파일 보기 프로젝트 열기: fenos/notifynder

보호된 프로퍼티들

프로퍼티 타입 설명
$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