コード例 #1
0
ファイル: ObjectComplementOf.php プロジェクト: rollxx/OWL
 public function __toString()
 {
     return "( not " . parent::__toString() . " )";
 }
コード例 #2
0
ファイル: OwlClass.php プロジェクト: rollxx/OWL
 public function __toString()
 {
     return parent::__toString();
 }