Art4\JsonApiClient\ElementInterface::parse PHP Метод

parse() публичный Метод

Parses the data for this element
public parse ( mixed $object ) : self
$object mixed The data
Результат self
    public function parse($object);
ElementInterface