Swift_Mime_Headers_UnstructuredHeader::getFieldBodyModel PHP 메소드

getFieldBodyModel() 공개 메소드

This method returns a string.
public getFieldBodyModel ( ) : string
리턴 string
    public function getFieldBodyModel()
    {
        return $this->getValue();
    }