FOF30\Form\Field\Ordering::getStatic PHP Метод

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

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
С версии: 2.0
public getStatic ( ) : string
Результат string The field HTML
    public function getStatic()
    {
        throw new GetStaticNotAllowed(__CLASS__);
    }