Lines Matching refs:object

38    * @param string $object Name of the object. For information about how to URL
50 public function delete($bucket, $object, $entity, $optParams = []) argument
52 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity];
61 * @param string $object Name of the object. For information about how to URL
74 public function get($bucket, $object, $entity, $optParams = []) argument
76 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity];
85 * @param string $object Name of the object. For information about how to URL
96 public function insert($bucket, $object, ObjectAccessControl $postBody, $optParams = []) argument
98 $params = ['bucket' => $bucket, 'object' => $object, 'postBody' => $postBody];
107 * @param string $object Name of the object. For information about how to URL
117 public function listObjectAccessControls($bucket, $object, $optParams = []) argument
119 $params = ['bucket' => $bucket, 'object' => $object];
127 * @param string $object Name of the object. For information about how to URL
141 public function patch($bucket, $object, $entity, ObjectAccessControl $postBody, $optParams = []) argument
143 …$params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody];
151 * @param string $object Name of the object. For information about how to URL
165 public function update($bucket, $object, $entity, ObjectAccessControl $postBody, $optParams = []) argument
167 …$params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $postBody];