create() public static method

public static create ( )
Example #1
0
 public static function email()
 {
     return self::$emailType ?: (self::$emailType = EmailType::create());
 }