PHP Class Papi_Porter_Driver_Core, papi

Inheritance: extends Papi_Porter_Driver
Afficher le fichier Open project: wp-papi/papi

Protected Properties

Свойство Type Description
$alias string Alias for driver name.
$name string The driver name.

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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

update_value() protected méthode

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
Résultat array

Property Details

$alias protected_oe property

Alias for driver name.
protected string $alias
Résultat string

$name protected_oe property

The driver name.
protected string $name
Résultat string