Sulu\Component\Content\Compat\PropertyInterface::setStructure PHP 메소드

setStructure() 공개 메소드

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

Usage Example

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