key ] ) ) $this->setValue( $tab[ "".$this->key ] ); } public function setValue( $value ) { $this->value = $value; } public function getValue() { return $this->value; } public function getClassName( bool $fqcn=null ) : string { return self::getStaticClassName( $fqcn ); } public static function getStaticClassName( bool $fqcn=null ) : string { return $fqcn ? parent::getStaticClassName( $fqcn ).self::CLASS_SEPARATOR.__CLASS__ : __CLASS__; } }