Home
last modified time | relevance | path

Searched refs:nameAttr (Results 1 – 1 of 1) sorted by relevance

/plugin/odt/ODT/elements/
H A DODTElementFrame.php18 protected $nameAttr = NULL; variable in ODTElementFrame
110 $this->nameAttr = $this->getNameAttribute();
153 … if (preg_match('/<draw:frame[^<]*'.$this->nameAttr.'[^>]*>/', $params->content, $matches) === 1) {