1<?php 2 3namespace FINDOLOGIC\Export\Data; 4 5use FINDOLOGIC\Export\Helpers\UsergroupAwareSimpleValue; 6 7class Url extends UsergroupAwareSimpleValue 8{ 9 public function __construct() 10 { 11 parent::__construct('urls', 'url'); 12 } 13} 14
1<?php 2 3namespace FINDOLOGIC\Export\Data; 4 5use FINDOLOGIC\Export\Helpers\UsergroupAwareSimpleValue; 6 7class Url extends UsergroupAwareSimpleValue 8{ 9 public function __construct() 10 { 11 parent::__construct('urls', 'url'); 12 } 13} 14