コード例 #1
0
ファイル: Internet.php プロジェクト: sakshika/ATM
 public function email()
 {
     return $this->toAscii(parent::email());
 }
コード例 #2
0
ファイル: Internet.php プロジェクト: gpis88ce/Gpis88ce
 public function email()
 {
     return static::toAscii(parent::email());
 }