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