Overview

Namespaces

  • cassandra
  • None
  • PHP
  • phpcassa
    • Batch
    • Connection
    • Index
    • Iterator
    • Schema
      • DataType
    • Util
    • UUID

Classes

  • AuthenticationRequest
  • CassandraClient
  • CfDef
  • Column
  • ColumnDef
  • ColumnOrSuperColumn
  • ColumnParent
  • ColumnPath
  • Compression
  • ConsistencyLevel
  • CounterColumn
  • CounterSuperColumn
  • CqlMetadata
  • CqlPreparedResult
  • CqlResult
  • CqlResultType
  • CqlRow
  • Deletion
  • EndpointDetails
  • IndexClause
  • IndexExpression
  • IndexOperator
  • IndexType
  • KeyCount
  • KeyRange
  • KeySlice
  • KsDef
  • Mutation
  • SlicePredicate
  • SliceRange
  • SuperColumn
  • TokenRange

Interfaces

  • CassandraIf

Exceptions

  • AuthenticationException
  • AuthorizationException
  • InvalidRequestException
  • NotFoundException
  • SchemaDisagreementException
  • TimedOutException
  • UnavailableException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: /**
 3:  *  @generated
 4:  */
 5: namespace cassandra;
 6: class NotFoundException extends \TException {
 7:   static $_TSPEC;
 8: 
 9: 
10:   public function __construct() {
11:     if (!isset(self::$_TSPEC)) {
12:       self::$_TSPEC = array(
13:         );
14:     }
15:   }
16: 
17:   public function getName() {
18:     return 'NotFoundException';
19:   }
20: 
21:   public function read($input)
22:   {
23:     return $this->_read('NotFoundException', self::$_TSPEC, $input);
24:   }
25:   public function write($output) {
26:     return $this->_write('NotFoundException', self::$_TSPEC, $output);
27:   }
28: }
29: 
30: 
31: ?>
32: 
phpcassa API documentation generated by ApiGen 2.8.0