FOF30\Form\Form::loadHeaderType PHP Method

loadHeaderType() protected method

Proxy for {@link Helper::loadHeaderType()}.
Since: 2.0
protected loadHeaderType ( string $type, boolean $new = true ) : FOF30\Form\HeaderInterface | boolean
$type string The field type.
$new boolean Flag to toggle whether we should get a new instance of the object.
return FOF30\Form\HeaderInterface | boolean HeaderInterface object on success, false otherwise.
    protected function loadHeaderType($type, $new = true)
    {
        return $this->loadType('header', $type, $new);
    }