Hacked By AnonymousFox

Current Path : /proc/thread-self/root/home/allslyeo/locallogistics.net/wp-content/plugins/meta-box/inc/interfaces/
Upload File :
Current File : //proc/thread-self/root/home/allslyeo/locallogistics.net/wp-content/plugins/meta-box/inc/interfaces/storage.php

<?php
/**
 * Storage interface
 *
 * @package Meta Box
 */

/**
 * Interface RWMB_Storage_Interface
 */
interface RWMB_Storage_Interface {

	/**
	 * Get value from storage.
	 *
	 * @param  int    $object_id Object id.
	 * @param  string $name      Field name.
	 * @param  array  $args      Custom arguments..
	 * @return mixed
	 */
	public function get( $object_id, $name, $args = array() );
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox