コード例 #1
0
ファイル: Relational.php プロジェクト: pixlr/SpeckCatalog
 public function __toString()
 {
     $name = $this->getName();
     $parent = parent::__toString();
     return $name ?: $parent;
 }