Phly\Mustache\Lexer::getManager PHP 메소드

getManager() 공개 메소드

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