PHP Trait Crud\Traits\SerializeTrait

Datei anzeigen Open project: friendsofcake/crud

Public Methods

Method Description
serialize ( null | array $keys = null ) : mixed Change the serialize keys

Method Details

serialize() public method

If $keys is NULL the current configuration is returned else the $serialize configuration is changed.
public serialize ( null | array $keys = null ) : mixed
$keys null | array Keys to serialize
return mixed