getProperty() public method

public getProperty ( ) : string
return string name of a property of the result object that will be set to.
Ejemplo n.º 1
0
 /**
  * Add a TResultProperty to result mapping.
  * @param TResultProperty result property.
  */
 public function addResultProperty(TResultProperty $property)
 {
     $this->_columns[$property->getProperty()] = $property;
 }