You are here

public function PictureMapping::setLabel in Picture 7.2

Set the label.

1 call to PictureMapping::setLabel()
PictureMapping::__set in includes/PictureMapping.php
Is run when writing data to inaccessible properties.

File

includes/PictureMapping.php, line 291
Picture Mapping class.

Class

PictureMapping
Picture mapping class.

Code

public function setLabel($label) {
  $this->label = $label;
}