コード例 #1
0
 function fetchIsDevelopment()
 {
     return array('result' => eZPublishSDK::developmentVersion() ? true : false);
 }