ICanBoogie/Common v1.2.2.1
  • 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 PropertyNotReadable

Exception thrown when a property is not readable.

For example, this could be triggered when a private property is read from a public scope.

Exception implements Throwable
Extended by RuntimeException
Extended by ICanBoogie\PropertyError
Extended by ICanBoogie\PropertyNotReadable
Namespace: ICanBoogie
Located at exceptions.php

Methods summary

public
# __construct( $message, $code = 500, Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

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

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie/Common v1.2.2.1 API documentation generated by ApiGen