Пример #1
0
 public function getTeaser($length)
 {
     echo "<br/>here at teaser";
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->content, $length);
 }
Пример #2
0
 public function getTeaser($length)
 {
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->content, $length);
 }
Пример #3
0
 public function getTeaser($length)
 {
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->club_description, $length);
 }