Home
last modified time | relevance | path

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

/dokuwiki/inc/File/
H A DMediaFile.php125 protected function initSizes()
142 if ($this->width === null) $this->initSizes();
153 if ($this->height === null) $this->initSizes();
117 protected function initSizes() global() function in dokuwiki\\File\\MediaFile