getField('is_silhouette'); } /** * Returns the url of user picture if it exists * * @return string|null */ public function getUrl() { return $this->getField('url'); } /** * Returns the width of user picture if it exists * * @return int|null */ public function getWidth() { return $this->getField('width'); } /** * Returns the height of user picture if it exists * * @return int|null */ public function getHeight() { return $this->getField('height'); } }