Searched refs:_getAttribute (Results 1 – 1 of 1) sorted by relevance
/plugin/tcycle/ |
H A D | syntax.php | 37 … $dataspeed = $this->_getAttribute($attributes, "data-speed", $this->getConf('data-speed')); 38 … $datafx = $this->_getAttribute($attributes, "data-fx", $this->getConf('data-fx')); 40 … $datatimeout = $this->_getAttribute($attributes, "data-timeout", $this->getConf('data-timeout')); 41 $width = $this->_getAttribute($attributes, "width", $this->getConf('width')); 42 … $height = $this->_getAttribute($attributes, "height", $this->getConf('height')); 43 … $namespace = $this->_getAttribute($attributes, "namespace", $this->getConf('namespace')); 49 … $metadata = $this->_getAttribute($attributes, "metadata", $this->getConf('metadata')); 50 $objectfit = $this->_getAttribute($attributes, "fit", $this->getConf('fit')); 101 function _getAttribute($attributeString, $attribute, $default){ function in syntax_plugin_tcycle
|