Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
plugins
facebook-php-sdk
src
Facebook
GraphNodes
GraphPicture.php
Go to the documentation of this file.
1
<?
php
24
namespace
Facebook\GraphNodes
;
25
31
class
GraphPicture
extends
GraphNode
32
{
38
public
function
isSilhouette
()
39
{
40
return
$this->
getField
(
'is_silhouette'
);
41
}
42
48
public
function
getUrl
()
49
{
50
return
$this->
getField
(
'url'
);
51
}
52
58
public
function
getWidth
()
59
{
60
return
$this->
getField
(
'width'
);
61
}
62
68
public
function
getHeight
()
69
{
70
return
$this->
getField
(
'height'
);
71
}
72
}
Facebook\GraphNodes\GraphPicture\getHeight
getHeight()
Definition:
GraphPicture.php:68
php
Facebook\GraphNodes\GraphPicture
Definition:
GraphPicture.php:32
Facebook\GraphNodes\GraphPicture\getUrl
getUrl()
Definition:
GraphPicture.php:48
Facebook\GraphNodes\GraphPicture\isSilhouette
isSilhouette()
Definition:
GraphPicture.php:38
Facebook\GraphNodes\GraphNode
Definition:
GraphNode.php:32
Facebook\GraphNodes\GraphPicture\getWidth
getWidth()
Definition:
GraphPicture.php:58
Facebook\GraphNodes\Collection\getField
getField($name, $default=null)
Definition:
Collection.php:66
Facebook\GraphNodes
Definition:
Birthday.php:24
Generated by
1.8.20