Exemple #1
0
 public function readTime($includeTag = false)
 {
     if ($includeTag) {
         $tag = $this->checkTags(array(HproseTags::TagTime, HproseTags::TagRef));
         if ($tag == HproseTags::TagRef) {
             return $this->readRef();
         }
     }
     $time = parent::readTime();
     $this->ref[] = $time;
     return $time;
 }