Sulu\Component\Content\Compat\PropertyInterface::setStructure PHP Method

setStructure() public method

sets structure.
public setStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
$structure Sulu\Component\Content\Compat\StructureInterface
    public function setStructure($structure);

Usage Example

Example #1
0
 /**
  * {@inheritdoc.
  */
 public function setStructure($structure)
 {
     $this->property->setStructure($structure);
 }