Class ActiveRecord_IncorrectArgumentCountError

Description

Thrown if a call is make with an incorrect number of arguments

Located in /activerecord/lib/ActiveRecord/Base.php (line 113)

Exception
   |
   --ActiveRecord_Error
      |
      --ActiveRecord_IncorrectArgumentCountError
Variable Summary
Method Summary
 ActiveRecord_IncorrectArgumentCountError __construct ( $methodName,  $expectedCount,  $receivedCount)
Variables
mixed $expectedArgumentCount (line 125)
  • access: public
mixed $methodName (line 124)
  • access: public
mixed $receivedArgumentCount (line 126)
  • access: public
Methods
Constructor __construct (line 117)

Constructor

  • access: public
ActiveRecord_IncorrectArgumentCountError __construct ( $methodName,  $expectedCount,  $receivedCount)
  • $methodName
  • $expectedCount
  • $receivedCount

Redefinition of:
ActiveRecord_Error::__construct()
Constructor

Inherited Methods

Inherited From ActiveRecord_Error

 ActiveRecord_Error::__construct()

Documentation generated on Wed, 25 Apr 2012 09:46:41 -0700 by phpDocumentor 1.4.3