PHP Class Apple_Actions\Action

Afficher le fichier Open project: alleyinteractive/apple-news Class Usage Examples

Protected Properties

Свойство Type Description
$settings

Méthodes publiques

Méthode Description
__construct ( $settings ) Constructor.
perform ( ) Abstract function implemented by all child class to perform the given action.

Méthodes protégées

Méthode Description
get_setting ( $name ) Gets a setting by name which was loaded from WordPress options.

Method Details

__construct() public méthode

Constructor.
public __construct ( $settings )

get_setting() protected méthode

Gets a setting by name which was loaded from WordPress options.
Since: 0.4.0
protected get_setting ( $name )

perform() abstract public méthode

Abstract function implemented by all child class to perform the given action.
abstract public perform ( )

Property Details

$settings protected_oe property

protected $settings