Carbon_Fields\Field::factory PHP Метод

factory() публичный статический Метод

A proxy for the abstract field factory method.
См. также: Carbon_Fields\Field\Field::factory()
public static factory ( $type, $name, $label = null )
    public static function factory($type, $name, $label = null)
    {
        return Abstract_Field::factory($type, $name, $label);
    }