MultilangDummy.class.php 254 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace Cpeople\Classes; class MultilangDummy extends Block\Object { use \Cpeople\Traits\MultilangFields; public function getLangTitle() { return coalesce($this->getLangPropText('TITLE'), $this->name); } }