Home
last modified time | relevance | path

Searched refs:postfields (Results 1 – 1 of 1) sorted by relevance

/template/gtopia/
H A DTwitterAPIExchange.php20 private $postfields; variable in TwitterAPIExchange
118 return $this->postfields;
190 $postfields = $this->getPostfields();
199 if (!is_null($postfields))
201 $options[CURLOPT_POSTFIELDS] = $postfields;