/** * Method to configure available option accessors. * * @return array * * @since 4.1.0 */ protected static function getAccessors() : array { return array_merge(parent::getAccessors(), ['targetclass']); }