Overview
  • Namespace
  • Class

Namespaces

  • apemsel
    • AttributedString

Classes

  • apemsel\AttributedString\AttributedString
  • apemsel\AttributedString\Bitmap
  • apemsel\AttributedString\BooleanArray
  • apemsel\AttributedString\MutableAttributedString
  • apemsel\AttributedString\TokenizedAttributedString

Interfaces

  • apemsel\AttributedString\Attribute
  • apemsel\AttributedString\MutableAttribute
1 <?php
2 namespace apemsel\AttributedString;
3 
4 interface MutableAttribute extends Attribute
5 {
6   public function insert($offset, $length, $state);
7   public function delete($offset, $length);
8 }
9 
API documentation generated by ApiGen