/** * Constructs a new SchoolAge class, setting the object_type column to ClientServicePeer::CLASSKEY_SCHOOL_AGE. */ public function __construct() { parent::__construct(); $this->setObjectType(ClientServicePeer::CLASSKEY_SCHOOL_AGE); }