Ip\Internal\Content\Widget\Form\Controller::sortFieldTypes PHP Method

sortFieldTypes() protected method

protected sortFieldTypes ( $a, $b )
    protected function sortFieldTypes($a, $b)
    {
        return strcasecmp($a['title'], $b['title']);
    }