CliMigration::__construct PHP Method

__construct() public method

public __construct ( $ver )
    function __construct($ver)
    {
        $this->deb = time();
        $this->setVersion($ver);
    }