ComputerDisk::getTypeName PHP 메소드

getTypeName() 정적인 공개 메소드

static public getTypeName ( $nb )
    static function getTypeName($nb = 0)
    {
        return _n('Volume', 'Volumes', $nb);
    }