File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/Symfony/Cmf/Component/Testing/Document Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313namespace Symfony \Cmf \Component \Testing \Document ;
1414
1515use Doctrine \ODM \PHPCR \Mapping \Annotations as PHPCRODM ;
16- use Symfony \Cmf \Bundle \CoreBundle \Model \ChildInterface ;
1716
1817/**
1918 * Test content document
2524 *
2625 * @PHPCRODM\Document(referenceable=true)
2726 */
28- class Content implements ChildInterface
27+ class Content
2928{
3029 /**
3130 * @PHPCRODM\Id(strategy="parent")
@@ -57,12 +56,12 @@ public function getId()
5756 return $ this ->id ;
5857 }
5958
60- public function setParentDocument ($ parent )
59+ public function setParent ($ parent )
6160 {
6261 $ this ->parent = $ parent ;
6362 }
6463
65- public function getParentDocument ()
64+ public function getParent ()
6665 {
6766 return $ this ->parent ;
6867 }
You can’t perform that action at this time.
0 commit comments