Cheetah
plugins
facebook-php-sdk
src
Facebook
GraphNodes
GraphSessionInfo.php
Go to the documentation of this file.
1
<?
php
24
namespace
Facebook\GraphNodes
;
25
31
class
GraphSessionInfo
extends
GraphNode
32
{
38
public
function
getAppId
()
39
{
40
return
$this->
getField
(
'app_id'
);
41
}
42
48
public
function
getApplication
()
49
{
50
return
$this->
getField
(
'application'
);
51
}
52
58
public
function
getExpiresAt
()
59
{
60
return
$this->
getField
(
'expires_at'
);
61
}
62
68
public
function
getIsValid
()
69
{
70
return
$this->
getField
(
'is_valid'
);
71
}
72
78
public
function
getIssuedAt
()
79
{
80
return
$this->
getField
(
'issued_at'
);
81
}
82
88
public
function
getScopes
()
89
{
90
return
$this->
getField
(
'scopes'
);
91
}
92
98
public
function
getUserId
()
99
{
100
return
$this->
getField
(
'user_id'
);
101
}
102
}
Facebook\GraphNodes\GraphSessionInfo\getAppId
getAppId()
Definition:
GraphSessionInfo.php:38
Facebook\GraphNodes\GraphSessionInfo\getIsValid
getIsValid()
Definition:
GraphSessionInfo.php:68
php
Facebook\GraphNodes\GraphSessionInfo\getUserId
getUserId()
Definition:
GraphSessionInfo.php:98
Facebook\GraphNodes\GraphSessionInfo\getIssuedAt
getIssuedAt()
Definition:
GraphSessionInfo.php:78
Facebook\GraphNodes\GraphSessionInfo\getScopes
getScopes()
Definition:
GraphSessionInfo.php:88
Facebook\GraphNodes\GraphNode
Definition:
GraphNode.php:32
Facebook\GraphNodes\GraphSessionInfo\getExpiresAt
getExpiresAt()
Definition:
GraphSessionInfo.php:58
Facebook\GraphNodes\GraphSessionInfo
Definition:
GraphSessionInfo.php:32
Facebook\GraphNodes\Collection\getField
getField($name, $default=null)
Definition:
Collection.php:66
Facebook\GraphNodes
Definition:
Birthday.php:24
Facebook\GraphNodes\GraphSessionInfo\getApplication
getApplication()
Definition:
GraphSessionInfo.php:48
Generated by
1.8.20