예제 #1
0
파일: Types.php 프로젝트: aeshion/ZeroPHP
 public static function email()
 {
     return self::$emailType ?: (self::$emailType = new EmailType());
 }
예제 #2
0
 public static function email()
 {
     return self::$emailType ?: (self::$emailType = EmailType::create());
 }