Sindbad~EG File Manager

Current Path : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/classes/fields/tests/
Upload File :
Current File : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/classes/fields/tests/fieldtestabstract.php

<?php

abstract class PeepSoFieldTestAbstract
{
	protected $value 				= NULL;
	protected $args 				= NULL;

	public $error;

	public $admin_label;
	public $admin_label_after;
	public $admin_type				= 'checkbox';

	public $admin_value 			= NULL;
	public $admin_value_label 		= '';
	public $admin_value_label_after = '';

	public $message					= '';

	public function __construct( $value, $args = array() )
	{
		$this->value 	= $value;
		$this->args 	= $args;
	}

	abstract function test();
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists