readDate() protected method

This method is still under development.
protected readDate ( ) : Amfphp_Core_Amf_Types_Date
return Amfphp_Core_Amf_Types_Date a container with the date in ms.
コード例 #1
0
 /**
  * read date
  * @return Amfphp_Core_Amf_Types_Date a container with the date in ms.
  * 
  */
 public function readDate()
 {
     return parent::readDate();
 }