PHP Class Corcel\PostMetaCollection

Inheritance: extends Illuminate\Database\Eloquent\Collection
Datei anzeigen Open project: jgrossi/corcel

Protected Properties

Property Type Description
$changedKeys

Public Methods

Method Description
__get ( string $key ) : string Search for the desired key and return only the row that represent it
__set ( $key, $value )
save ( $postId )

Method Details

__get() public method

Search for the desired key and return only the row that represent it
public __get ( string $key ) : string
$key string
return string

__set() public method

public __set ( $key, $value )

save() public method

public save ( $postId )

Property Details

$changedKeys protected_oe property

protected $changedKeys