コード例 #1
0
 /**
  * Get an associative array of property name => property value for
  * all current properties and the values currently in effect. This
  * allows introspection and debugging when necessary.
  *
  * @return array All current properties.
  */
 function getProperties()
 {
     return $this->_impl->getProperties();
 }