Newscoop\Form\Element\OldHash::getLabel PHP Méthode

getLabel() public méthode

Override getLabel() to always be empty
public getLabel ( ) : null
Résultat null
    public function getLabel()
    {
        return null;
    }