SproutCMS

This is the code documentation for the SproutCMS project

function offsetSet()

ArrayAccess function for setting a value by its key

Usage

void $Treenode->offsetSet ( mixed $offset , mixed $value );

Arguments

  1. mixed $offset
    The offset to set.
  2. mixed $value
    The value to set.

Return value

  • void