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()}. * * @param array $state The new state for the object. * @return void */ public function setState( array $state ); } ?>