/**
 * Get shared data.
 *
 * @return mixed
 */
public static function getShared()

Examples

$sharedData = View::getShared('foo', 'Foo');