Field::folder()

Version 3.7

Referring pages

DEPRECATED

This method should no longer be used.

Return pages -object with all referring pages.

Use getPages()

Return value

Object Pages

Full documentation

List all projects that refer to employee:

foreach ( $Employee->project__employee->getPages() as $Project ){
    print $Project->getTitle()."<br/>";
}