コード例 #1
0
ファイル: View.php プロジェクト: bklein01/SiberianCMS
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_customer = $this->getSession()->getCustomer();
 }