Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SQLStore\ChangeOp\FieldChangeOp Class Reference

Public Member Functions

 __construct (array $changeOp=[], $type=null)
 
 set ( $key, $value)
 
 has ( $key)
 
 get ( $key)
 
 getChangeOp ()
 
 __toString ()
 

Detailed Description

GNU GPL v2+

Since
2.4
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SQLStore\ChangeOp\FieldChangeOp::__construct ( array  $changeOp = [],
  $type = null 
)
Since
2.4
Parameters
array$changeOp
string | null$type

Member Function Documentation

◆ __toString()

SMW\SQLStore\ChangeOp\FieldChangeOp::__toString ( )
Since
3.0

◆ get()

SMW\SQLStore\ChangeOp\FieldChangeOp::get (   $key)
Since
2.4
Parameters
string$key
Returns
string
Exceptions
InvalidArgumentException

◆ getChangeOp()

SMW\SQLStore\ChangeOp\FieldChangeOp::getChangeOp ( )
Since
2.4
Returns
array

◆ has()

SMW\SQLStore\ChangeOp\FieldChangeOp::has (   $key)
Since
2.4
Parameters
string$key
Returns
boolean

◆ set()

SMW\SQLStore\ChangeOp\FieldChangeOp::set (   $key,
  $value 
)
Since
2.4
Parameters
string$key
mixed$value

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy