Yosymfony\Spress\Core\DataSource\Item::getRelationshipCollection PHP Method

getRelationshipCollection() public method

    public function getRelationshipCollection()
    {
        return $this->relationshipCollection;
    }

Usage Example

Example #1
0
 public function testGetRelationshipCollection()
 {
     $item = new Item('Raw content', 'index.html');
     $this->assertInstanceOf('Yosymfony\\Spress\\Core\\DataSource\\RelationshipCollection', $item->getRelationshipCollection());
 }
All Usage Examples Of Yosymfony\Spress\Core\DataSource\Item::getRelationshipCollection