1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php /** * HTML5 email input property. */ class Papi_Property_Email extends Papi_Property_String { /** * The input type to use. * * @var string */ public $input_type = 'email'; }