Class Papi_Porter_Driver
Abstract implementation of Papi Porter driver.
Direct known subclasses
Methods summary
public
|
|
protected
mixed
|
|
public
|
|
public
string
|
|
public
string
|
|
public
array
|
|
abstract public
mixed
|
|
protected
|
|
protected
|
|
public
|
|
public
|
|
protected
boolean
|
|
protected
mixed
|
Properties summary
protected
string
|
$name
The driver name. |
#
''
|
protected
array|string
|
$alias
Alias for driver name. |
#
[]
|
protected
array
|
$options
Options per property. |
#
[
'custom' => [],
'meta_id' => 0,
'meta_type' => 'post',
'property' => null,
'slug' => '',
'value' => null
]
|
protected
|
$porter
Papi Porter instance. |