admin\developer_tools\database_cleanup\Worker::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $app = null )
    function __construct($app = null)
    {
        if (is_object($app)) {
            $this->app = $app;
        } else {
            $this->app = mw();
        }
    }