Example #1
0
 public function __construct()
 {
     parent::__construct(['offset2' => function ($value) {
         if (is_string($value)) {
             return $value . ' is filtrated';
         }
         return $value;
     }]);
 }