IssueFile::getContentType PHP 메소드

getContentType() 공개 메소드

@ return string
public getContentType ( )
    function getContentType()
    {
        return $this->getData('contentType');
    }