芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/assets/social/Facebook/GraphNodes/GraphCoverPhoto.php
getField('id'); } /** * Returns the source of cover if it exists * * @return string|null */ public function getSource() { return $this->getField('source'); } /** * Returns the offset_x of cover if it exists * * @return int|null */ public function getOffsetX() { return $this->getField('offset_x'); } /** * Returns the offset_y of cover if it exists * * @return int|null */ public function getOffsetY() { return $this->getField('offset_y'); } }