Noherczeg\Breadcrumb\Translator::dump PHP 메소드

dump() 공개 메소드

dump: Dumps the contents of the Dictionary.
public dump ( ) : array
리턴 array
    public function dump()
    {
        return $this->dictionary;
    }