Devise\Pages\Collections\CollectionFields::__construct PHP Method

__construct() public method

Create a new collection fields object from an array of fields
public __construct ( array $fields )
$fields array
    public function __construct($fields)
    {
        $this->hydrate($fields);
    }