whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
site-reviews
/
plugin
/
Defaults
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/site-reviews/plugin/Defaults/VideoDefaults.php
<?php namespace GeminiLabs\SiteReviews\Defaults; class VideoDefaults extends DefaultsAbstract { /** * The values that should be sanitized. * This is done after $casts and before $enums. * @var array */ public $sanitize = [ 'duration' => 'regex:/[^\d\:]/', 'id' => 'regex:/[^\w\-]/', 'title' => 'text', ]; /** * @return array */ protected function defaults() { return [ 'duration' => '', 'id' => '', 'title' => '', ]; } }
Copyright ©2021 || Defacer Indonesia