Esempio n. 1
0
 public function getTeaser($length)
 {
     echo "<br/>here at teaser";
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->content, $length);
 }
Esempio n. 2
0
 public function getTeaser($length)
 {
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->content, $length);
 }
Esempio n. 3
0
 public function getTeaser($length)
 {
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->club_description, $length);
 }