You are here

public function PictureMapping::setMappings in Picture 7.2

Set the picture mappings.

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

File

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

Class

PictureMapping
Picture mapping class.

Code

public function setMappings($mappings) {
  $this->mapping = $mappings;
}