Twitter_Autolink::getExternal PHP Метод

getExternal() публичный Метод

Often this is used to be matched on in JavaScript for dynamically adding the 'target' attribute which is deprecated in HTML 4.01. In HTML 5 it has been undeprecated and thus the 'target' attribute can be used. If this is set to false then the 'target' attribute will be output.
public getExternal ( ) : boolean
Результат boolean Whether to add 'external' to the 'rel' attribute.
    public function getExternal()
    {
        return $this->external;
    }