You are here

public function MetaType::setProperty in Easymeta 8

Set MetaType Property.

Parameters

mixed $property: MetaType Property.

File

src/MetaType.php, line 137

Class

MetaType
Class to describes Metas.

Namespace

Drupal\easymeta

Code

public function setProperty($property) {
  $this->property = $property;
}