PHP code example of mattvb91 / docpropgenerator

1. Go to this page and download the library: Download mattvb91/docpropgenerator 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/ */

    

mattvb91 / docpropgenerator example snippets




namespace DocProps;

/**
 * AUTO GENERATED! ONLY USE FOR @mixin documentation
 * @property int id
 * @property string username
 */
final class userProps {}

 ./vendor/bin/docPropGenerator.php                                                                                                         


--dbHost <argument>
     Required.


--dbName <argument>
     Required.


--dbPass <argument>
     Required.


--dbUser <argument>
     Required.


--help
     Show the help page for this command.