DBDiff\Templater::__construct PHP Метод

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

public __construct ( $params, $up, $down )
    function __construct($params, $up, $down)
    {
        $this->params = $params;
        $this->up = $up;
        $this->down = $down;
    }