uawdijnntqw1x1x1
IP : 216.73.216.147
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
DataTypes
/
DisplayType.php
/
/
<?php namespace Imagely\NGG\DataTypes; use Imagely\NGG\DataMapper\WPModel; use Imagely\NGG\DataMappers\DisplayType as Mapper; class DisplayType extends WPModel { public $aliases = []; public $default_source = ''; public $entity_types; public $extras_post_id; public $filter; public $hidden_from_igw; public $hidden_from_ui; public $id_field; public $installed_at_version; public $meta_id; public $meta_key; public $meta_value; public $module_id; public $name = ''; public $preview_image_relpath = ''; public $preview_image_url; public $settings = []; public $title = ''; public $view_order; public function get_mapper() { return Mapper::get_instance(); } public function get_order() { return NGG_DISPLAY_PRIORITY_BASE; } public function validation() { $errors = array_merge( [], $this->validates_presence_of( 'entity_types' ), $this->validates_presence_of( 'name' ), $this->validates_presence_of( 'title' ) ); return empty( $errors ) ? true : $errors; } }
/home/./monikamovk/./www/./wp-content/plugins/nextgen-gallery/src/DataTypes/DisplayType.php