Browse Source

Be somewhat more descriptive in API doc.

pull/352/head
Adam Vessey 11 years ago
parent
commit
344a405894
  1. 4
      islandora.api.php

4
islandora.api.php

@ -445,7 +445,7 @@ function hook_CMODEL_PID_islandora_ingest_steps(array $form_state) {
} }
/** /**
* Hookable access hook. * Object-level access callback hook.
* *
* @param string $op * @param string $op
* A string define an operation to check. Should be defined via * A string define an operation to check. Should be defined via
@ -483,7 +483,7 @@ function hook_CMODEL_PID_islandora_object_access($op, $object, $user) {
} }
/** /**
* Hookable access hook. * Datastream-level access callback hook.
* *
* @param string $op * @param string $op
* A string define an operation to check. Should be defined via * A string define an operation to check. Should be defined via

Loading…
Cancel
Save