You are here

public function SchemaActionBase::__construct in Schema.org Metatag 7

Constructor.

Overrides SchemaNameBase::__construct

File

src/SchemaActionBase.php, line 20

Class

SchemaActionBase
Schema.org Action items should extend this class.

Code

public function __construct(array $info, array $data = NULL) {
  parent::__construct($info, $data);
  $this->actions = [];
}