コード例 #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
ファイル: User.php プロジェクト: vinnivinsachi/Vincent-DR
 public function getTeaser($length)
 {
     return DatabaseObject_StaticUtility::GetTeaser($this->profile->club_description, $length);
 }