Art4\JsonApiClient\ElementInterface::parse PHP Méthode

parse() public méthode

Parses the data for this element
public parse ( mixed $object ) : self
$object mixed The data
Résultat self
    public function parse($object);
ElementInterface