Swoole\Database\CLMySQLRecord::__construct PHP Method

__construct() public method

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