Current File : /home/aventura/www/site/wp-content/plugins/victheme_core/vtcore/html/time.php
<?php
/**
 * Helper class for building HTML5 time element
 *
 * @author jason.xie@victheme.com
 */
class VTCore_Html_Time
extends VTCore_Html_Base {

  protected $context = array(
    'type' => 'time',
    'attributes' => array(
      'datetime' => '',
    ),
  );
}