PHP Trait Crud\Traits\SerializeTrait

Afficher le fichier Open project: friendsofcake/crud

Méthodes publiques

Méthode Description
serialize ( null | array $keys = null ) : mixed Change the serialize keys

Method Details

serialize() public méthode

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
Résultat mixed