TextExpectation::getSubstring PHP 메소드

getSubstring() 보호된 메소드

Accessor for the substring.
protected getSubstring ( ) : string
리턴 string Text to match.
    protected function getSubstring()
    {
        return $this->substring;
    }