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\easymetaCode
public function setProperty($property) {
$this->property = $property;
}