コード例 #1
0
 /**
  * Return encoding for graminfo file
  * @return string
  */
 public function getEncoding()
 {
     $result = $this->object->getEncoding();
     return $result === $this->object ? $this : $result;
 }