public function __construct($id, $phraseKey, $enabledForTranslation = true)
 {
     parent::__construct($id, $phraseKey, $enabledForTranslation);
 }
 public function __construct($id, $phraseKey, $enabledForTranslation = true)
 {
     parent::__construct($id, $phraseKey, $enabledForTranslation);
     $this->values = array(self::QUANTITY_ZERO => '', self::QUANTITY_ONE => '', self::QUANTITY_TWO => '', self::QUANTITY_FEW => '', self::QUANTITY_MANY => '', self::QUANTITY_OTHER => '');
 }
 public function __construct($id, $phraseKey, $enabledForTranslation = true)
 {
     parent::__construct($id, $phraseKey, $enabledForTranslation);
     $this->values = array();
 }