You are here

public function PictureMapping::label in Picture 7.2

Get the label.

Return value

string The label.

1 call to PictureMapping::label()
PictureMapping::__get in includes/PictureMapping.php
Is utilized for reading data from inaccessible properties.

File

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

Class

PictureMapping
Picture mapping class.

Code

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