CliMigration::__construct PHP Метод

__construct() публичный Метод

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