Sulu\Component\Content\Compat\PropertyInterface::setStructure PHP Méthode

setStructure() public méthode

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

Usage Example

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