コード例 #1
0
 function __construct()
 {
     $this->delimiter = '|';
     $this->aOperations = MAX_limitationsGetAOperationsForString($this) + MAX_limitationsGetAOperationsForNumeric($this);
     $this->nameEnglish = 'Site - Variable';
 }
コード例 #2
0
 function Plugins_DeliveryLimitations_Site_Variable()
 {
     $this->delimiter = '|';
     $this->aOperations = MAX_limitationsGetAOperationsForString($this) + MAX_limitationsGetAOperationsForNumeric($this);
     $this->nameEnglish = 'Site - Variable';
 }