Newscoop\Service\Model\SearchTheme::__construct PHP Метод

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

* ---------------------------------------------------------------
public __construct ( )
    public function __construct()
    {
        $this->NAME = new ColumnOrder($this);
        $this->DESIGNER = new ColumnOrder($this);
        $this->VERSION = new ColumnOrder($this);
        $this->MINOR_NEWSCOOP_VERSION = new ColumnOrder($this);
    }
SearchTheme