Skip to content

Instantly share code, notes, and snippets.

View albe's full-sized avatar
:octocat:

Alexander Berl albe

:octocat:
View GitHub Profile
Classes/TYPO3/Flow/Reflection/ObjectAccess.php | 47 ++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/Classes/TYPO3/Flow/Reflection/ObjectAccess.php b/Classes/TYPO3/Flow/Reflection/ObjectAccess.php
index 014e2f3..0c84937 100644
--- a/Classes/TYPO3/Flow/Reflection/ObjectAccess.php
+++ b/Classes/TYPO3/Flow/Reflection/ObjectAccess.php
@@ -206,6 +206,7 @@ class ObjectAccess {
* Tries to set the property the following ways:
* - if target is an array, set value
<?php
namespace Albe\Extensions\Service;
/* *
* This script belongs to the TYPO3 Flow package "Trackmyrace.Portal". *
* *
* */
use TYPO3\Flow\Annotations as Flow;
<?php
namespace Db\Benchmark\Domain\Model;
/* *
* This script belongs to the TYPO3 Flow package "Db.Benchmark". *
* *
* */
use TYPO3\Flow\Annotations as Flow;
use Doctrine\ORM\Mapping as ORM;