SproutCMS

This is the code documentation for the SproutCMS project

function isPropertySet()

Checks for a property existence in the view locally or globally. Unlike the built in __isset(),
this method can take an array of properties to test simultaneously.

Usage

array|boolean $View->isPropertySet ( [ string $key ] );

Arguments

  1. string $key = FALSE
    array of property names to test for

Return value

  • boolean
    property test result
  • array
    associative array of keys and boolean test result