Facebook\InstantArticles\Elements\Element::isValid PHP Méthode

isValid() public méthode

Method that checks if the element is valid, not empty. If !valid() it wont be rendered.
public isValid ( ) : boolean
Résultat boolean true for valid element, false otherwise.
    public function isValid()
    {
        return true;
    }