generate() public method

Return if the image does not exist
public generate ( ) : string
return string
Example #1
0
 /**
  * Return if the file does not exist
  * @return string
  */
 public function generate()
 {
     return parent::generate();
 }