Phly\Mustache\Lexer::getManager PHP Method

getManager() public method

Retrieve the mustache manager
public getManager ( ) : null | Phly\Mustache\Mustache
return null | Phly\Mustache\Mustache
    public function getManager()
    {
        return $this->manager;
    }