Skip to content

Commit 65065d2

Browse files
committed
Merge branch 'eddieace-5.5' into 5.x
2 parents 80328ae + 76adc2b commit 65065d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Facebook/GraphNodes/GraphPage.php

+10
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,14 @@ public function getPerms()
144144
{
145145
return $this->getField('perms');
146146
}
147+
148+
/**
149+
* Returns the `fan_count` (Number of people who likes to page) as int if present.
150+
*
151+
* @return int|null
152+
*/
153+
public function getFanCount()
154+
{
155+
return $this->getField('fan_count');
156+
}
147157
}

0 commit comments

Comments
 (0)