mixed) The state of the object. */ public function getState(); /** * Sets the state of the object. * * This method sets the state of the object accoring to a given array, * which must conform to the standards defined at {@link getState()}. The * $state array is indexed by object property names (not database column * names) which have the desired property value assigned. * * @param array $state The new state for the object. * @return void */ public function setState( array $state ); } ?>