x = $x; $this->y = $y; } /** * Throws a BasePropertyNotFound exception. */ public function __set( $name, $value ) { throw new ezcBasePropertyNotFoundException( $name ); } /** * Throws a BasePropertyNotFound exception. */ public function __get( $name ) { throw new ezcBasePropertyNotFoundException( $name ); } } ?>