ICanBoogie/Common master
  • Namespace
  • Class

Namespaces

  • ICanBoogie

Classes

  • FormattedString

Interfaces

  • ToArray
  • ToArrayRecursive

Traits

  • ToArrayRecursiveTrait

Exceptions

  • OffsetError
  • OffsetNotDefined
  • OffsetNotReadable
  • OffsetNotWritable
  • PropertyError
  • PropertyIsReserved
  • PropertyNotDefined
  • PropertyNotReadable
  • PropertyNotWritable

Functions

  • array_flatten
  • array_insert
  • array_merge_recursive
  • capitalize
  • downcase
  • dump
  • escape
  • escape_all
  • exact_array_merge_recursive
  • format
  • generate_v4_uuid
  • normalize
  • normalize_url_path
  • remove_accents
  • shorten
  • sort_by_weight
  • stable_sort
  • unaccent_compare
  • unaccent_compare_ci
  • upcase

Class OffsetError

Exception thrown when there is something wrong with an array offset.

This is the base class for offset exceptions, one should rather use the ICanBoogie\OffsetNotReadable or ICanBoogie\OffsetNotWritable exceptions.

Exception implements Throwable
Extended by RuntimeException
Extended by ICanBoogie\OffsetError

Direct known subclasses

ICanBoogie\OffsetNotDefined, ICanBoogie\OffsetNotReadable, ICanBoogie\OffsetNotWritable

Namespace: ICanBoogie
Located at exceptions.php

Methods summary

Methods inherited from Exception

__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie/Common master API documentation generated by ApiGen