PHP Class Papi_Porter_Driver_Core, papi

Inheritance: extends Papi_Porter_Driver
显示文件 Open project: wp-papi/papi

Protected Properties

Property Type Description
$alias string Alias for driver name.
$name string The driver name.

Public Methods

Method Description
get_value ( array $options = [] ) : mixed Get value that should be saved.

Protected Methods

Method Description
update_value ( Papi_Core_Property $property, mixed $value, string $slug, integer $meta_id, string $meta_type = 'post' ) : array Update value.

Method Details

get_value() public method

Get value that should be saved.
public get_value ( array $options = [] ) : mixed
$options array
return mixed

update_value() protected method

Update value.
protected update_value ( Papi_Core_Property $property, mixed $value, string $slug, integer $meta_id, string $meta_type = 'post' ) : array
$property Papi_Core_Property
$value mixed
$slug string
$meta_id integer
$meta_type string
return array

Property Details

$alias protected_oe property

Alias for driver name.
protected string $alias
return string

$name protected_oe property

The driver name.
protected string $name
return string