Cheetah
GraphCoverPhoto.php
Go to the documentation of this file.
1 <?php
24 namespace Facebook\GraphNodes;
25 
32 {
38  public function getId()
39  {
40  return $this->getField('id');
41  }
42 
48  public function getSource()
49  {
50  return $this->getField('source');
51  }
52 
58  public function getOffsetX()
59  {
60  return $this->getField('offset_x');
61  }
62 
68  public function getOffsetY()
69  {
70  return $this->getField('offset_y');
71  }
72 }
Facebook\GraphNodes\GraphCoverPhoto
Definition: GraphCoverPhoto.php:32
Facebook\GraphNodes\GraphCoverPhoto\getOffsetX
getOffsetX()
Definition: GraphCoverPhoto.php:58
Facebook\GraphNodes\GraphCoverPhoto\getId
getId()
Definition: GraphCoverPhoto.php:38
php
Facebook\GraphNodes\GraphCoverPhoto\getSource
getSource()
Definition: GraphCoverPhoto.php:48
Facebook\GraphNodes\GraphCoverPhoto\getOffsetY
getOffsetY()
Definition: GraphCoverPhoto.php:68
Facebook\GraphNodes\GraphNode
Definition: GraphNode.php:32
Facebook\GraphNodes\Collection\getField
getField($name, $default=null)
Definition: Collection.php:66
Facebook\GraphNodes
Definition: Birthday.php:24