LeanMapper\ResultProxy::__construct PHP Method

__construct() public method

public __construct ( Result $result )
$result Result
    public function __construct(Result $result)
    {
        $this->result = $result;
    }