Newscoop\Entity\Theme::getMinorNewscoopVersion PHP Метод

getMinorNewscoopVersion() публичный Метод

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

Usage Example

Пример #1
0
 public function getMinorNewscoopVersion()
 {
     $this->__load();
     return parent::getMinorNewscoopVersion();
 }