You are here

public function Textimage::getUri in Textimage 7.3

Return the URI of the Textimage.

Return value

string An URI.

File

classes/Textimage.inc, line 331
Textimage - Textimage class.

Class

Textimage
@file Textimage - Textimage class.

Code

public function getUri() {
  return $this->processed ? $this->uri : NULL;
}