Coduo\TuTu\Config\Element\Response::__construct PHP Method

__construct() public method

public __construct ( $content = '', $status = 200, $headers = [] )
    public function __construct($content = '', $status = 200, $headers = [])
    {
        $this->content = $content;
        $this->status = $status;
        $this->headers = $headers;
    }