Sulu\Component\Content\Document\Structure\Structure::bind PHP Method

bind() public method

public bind ( $data, $clearMissing = false )
    public function bind($data, $clearMissing = false)
    {
        foreach ($data as $key => $value) {
            $property = $this->getProperty($key);
            $property->setValue($value);
        }
    }