コード例 #1
0
 /**
  * Returns the currently set value of $prop.
  *
  * @param string $prop The name of the property.
  *
  * @return string The property's current value.
  */
 function getProperty($prop)
 {
     return $this->_impl->getProperty($prop);
 }