C:\xampp\htdocs\landing\wp-content\plugins\penci-framework\lib\meta-box\inc\interfaces\storage.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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() );
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586