Changeset 40948 for trunk/src/wp-includes/class-wp-hook.php
- Timestamp:
- 06/25/2017 10:05:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-hook.php
r39430 r40948 408 408 * @access public 409 409 * 410 * @link http ://php.net/manual/en/arrayaccess.offsetexists.php410 * @link https://secure.php.net/manual/en/arrayaccess.offsetexists.php 411 411 * 412 412 * @param mixed $offset An offset to check for. … … 423 423 * @access public 424 424 * 425 * @link http ://php.net/manual/en/arrayaccess.offsetget.php425 * @link https://secure.php.net/manual/en/arrayaccess.offsetget.php 426 426 * 427 427 * @param mixed $offset The offset to retrieve. … … 438 438 * @access public 439 439 * 440 * @link http ://php.net/manual/en/arrayaccess.offsetset.php440 * @link https://secure.php.net/manual/en/arrayaccess.offsetset.php 441 441 * 442 442 * @param mixed $offset The offset to assign the value to. … … 457 457 * @access public 458 458 * 459 * @link http ://php.net/manual/en/arrayaccess.offsetunset.php459 * @link https://secure.php.net/manual/en/arrayaccess.offsetunset.php 460 460 * 461 461 * @param mixed $offset The offset to unset. … … 471 471 * @access public 472 472 * 473 * @link http ://php.net/manual/en/iterator.current.php473 * @link https://secure.php.net/manual/en/iterator.current.php 474 474 * 475 475 * @return array Of callbacks at current priority. … … 485 485 * @access public 486 486 * 487 * @link http ://php.net/manual/en/iterator.next.php487 * @link https://secure.php.net/manual/en/iterator.next.php 488 488 * 489 489 * @return array Of callbacks at next priority. … … 499 499 * @access public 500 500 * 501 * @link http ://php.net/manual/en/iterator.key.php501 * @link https://secure.php.net/manual/en/iterator.key.php 502 502 * 503 503 * @return mixed Returns current priority on success, or NULL on failure … … 513 513 * @access public 514 514 * 515 * @link http ://php.net/manual/en/iterator.valid.php515 * @link https://secure.php.net/manual/en/iterator.valid.php 516 516 * 517 517 * @return boolean … … 527 527 * @access public 528 528 * 529 * @link http ://php.net/manual/en/iterator.rewind.php529 * @link https://secure.php.net/manual/en/iterator.rewind.php 530 530 */ 531 531 public function rewind() {
Note: See TracChangeset
for help on using the changeset viewer.