*/ protected array $_virtual = [ 'special', ]; /** * Virtual field * * @return string */ protected function _getSpecial() { return 'dereuromark'; } }