Newscoop\Entity\Theme::getMinorNewscoopVersion PHP Method

getMinorNewscoopVersion() public method

Provides the minimum newscoop version for this theme, this has to be a whell formated version name like '3.6'.
public getMinorNewscoopVersion ( ) : string
return string The minimum newscoop version of the theme.
    public function getMinorNewscoopVersion()
    {
        return $this->minorNewscoopVersion;
    }

Usage Example

 public function getMinorNewscoopVersion()
 {
     $this->__load();
     return parent::getMinorNewscoopVersion();
 }