@@ -58,7 +58,7 @@ public function canUpload()
58
58
*/
59
59
public function getCount ()
60
60
{
61
- return $ this ->getProperty ('count ' );
61
+ return $ this ->getProperty ('count ' );
62
62
}
63
63
64
64
/**
@@ -68,7 +68,7 @@ public function getCount()
68
68
*/
69
69
public function getCoverPhoto ()
70
70
{
71
- return $ this ->getProperty ('cover_photo ' );
71
+ return $ this ->getProperty ('cover_photo ' );
72
72
}
73
73
74
74
/**
@@ -106,7 +106,7 @@ public function getUpdatedTime()
106
106
*/
107
107
public function getDescription ()
108
108
{
109
- return $ this ->getProperty ('description ' );
109
+ return $ this ->getProperty ('description ' );
110
110
}
111
111
112
112
/**
@@ -126,7 +126,7 @@ public function getFrom()
126
126
*/
127
127
public function getLink ()
128
128
{
129
- return $ this ->getProperty ('link ' );
129
+ return $ this ->getProperty ('link ' );
130
130
}
131
131
132
132
/**
@@ -136,7 +136,7 @@ public function getLink()
136
136
*/
137
137
public function getLocation ()
138
138
{
139
- return $ this ->getProperty ('location ' );
139
+ return $ this ->getProperty ('location ' );
140
140
}
141
141
142
142
/**
@@ -146,7 +146,7 @@ public function getLocation()
146
146
*/
147
147
public function getName ()
148
148
{
149
- return $ this ->getProperty ('name ' );
149
+ return $ this ->getProperty ('name ' );
150
150
}
151
151
152
152
/**
@@ -156,7 +156,7 @@ public function getName()
156
156
*/
157
157
public function getPrivacy ()
158
158
{
159
- return $ this ->getProperty ('privacy ' );
159
+ return $ this ->getProperty ('privacy ' );
160
160
}
161
161
162
162
/**
@@ -166,7 +166,7 @@ public function getPrivacy()
166
166
*/
167
167
public function getType ()
168
168
{
169
- return $ this ->getProperty ('type ' );
169
+ return $ this ->getProperty ('type ' );
170
170
}
171
171
172
172
//TODO: public function getPlace() that should return GraphPage
0 commit comments