function fetchIsDevelopment() { return array('result' => eZPublishSDK::developmentVersion() ? true : false); }