PHP code example of formfeed-uk / nova-subfield-dependson

1. Go to this page and download the library: Download formfeed-uk/nova-subfield-dependson library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

formfeed-uk / nova-subfield-dependson example snippets


    public function hasSubfields(): bool;

    public function getSubfields(): FieldCollection;

    public function afterDependsOnSync() : self;