Carbon_Fields\Field\Set_Field::limit_options PHP 메소드

limit_options() 공개 메소드

Set the number of the options to be displayed at the initial field display.
public limit_options ( integer $limit )
$limit integer
    public function limit_options($limit)
    {
        $this->limit_options = $limit;
        return $this;
    }