This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": true, | |
"message": "", | |
"result": [ | |
{ | |
"id": 1, | |
"fundCode": "12345", | |
"name": "Smith Superannuation Fund", | |
"brandCode": "1078", | |
"abn": "45191099833", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"status":true,"message":"","result":[{"id":1,"fundCode":"12345","name":"Smith Superannuation Fund","brandCode":"1078","abn":"45191099833","tfn":"847843384","dataSource":"FIXTURES","createdDate":"2015-06-23T12:04:41+1000","establishedDate":null,"isCorporateTrustee":null,"isSmsf":false,"isResident":null,"persons":[{"id":1,"memberNumber":123456,"joinFundDate":null,"espStartDate":null,"fund":null,"person":{"id":1,"fullName":"Mr Joe Stephen Brown","salutation":"Mr","firstName":"Joe","middleName":"Stephen","lastName":"Brown","tfn":"123123123","gender":"Male","dob":null,"dod":null,"email":null,"isDeceased":null,"addresses":[],"companies":[]},"usePhysicalForMailingAddress":null,"isMember":false,"isTrustee":false,"isDirector":false,"isAdviser":false,"adviserCode":null,"addresses":[]}],"policies":[],"addresses":[],"companies":[{"id":1,"isCorporateTrustee":false,"isBorrowingTrust":false,"isAdviser":false},{"id":2,"isCorporateTrustee":false,"isBorrowingTrust":false,"isAdviser":false},{"id":3,"isCorporateTrustee":false," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"status":true,"message":"","result":[{"id":1,"fundCode":"12345","name":"Smith Superannuation Fund","brandCode":"1078","abn":"45191099833","tfn":"847843384","dataSource":"FIXTURES","createdDate":"2015-06-23T12:04:41+1000","establishedDate":null,"isCorporateTrustee":null,"isSmsf":false,"isResident":null,"persons":[{"id":1,"memberNumber":123456,"joinFundDate":null,"espStartDate":null,"fund":null,"person":{"id":1,"fullName":"Mr Joe Stephen Brown","salutation":"Mr","firstName":"Joe","middleName":"Stephen","lastName":"Brown","tfn":"123123123","gender":"Male","dob":null,"dod":null,"email":null,"isDeceased":null,"addresses":[],"companies":[]},"usePhysicalForMailingAddress":null,"isMember":false,"isTrustee":false,"isDirector":false,"isAdviser":false,"adviserCode":null,"addresses":[]}],"policies":[],"addresses":[],"companies":[{"id":1,"isCorporateTrustee":false,"isBorrowingTrust":false,"isAdviser":false},{"id":2,"isCorporateTrustee":false,"isBorrowingTrust":false,"isAdviser":false},{"id":3,"isCorporateTrustee":false," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": true, | |
"message": "", | |
"result": [ | |
{ | |
"id": 1, | |
"fundCode": "12345", | |
"name": "Smith Superannuation Fund", | |
"brandCode": "1078", | |
"abn": "45191099833", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
status: true, | |
message: "", | |
result: [ | |
{ | |
id: 1, | |
fundCode: "12345", | |
name: "Smith Superannuation Fund", | |
brandCode: "1078", | |
abn: "45191099833", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": true, | |
"count": 3, | |
"response": [ | |
{ | |
"id": 1, | |
"fund_code": 12345, | |
"name": "Smith Superannuation Fund", | |
"brand_code": "1078", | |
"abn": "45191099833", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#MyBarBundle\Controller\EmailController | |
class NotifyAFagController extends FOSRestController | |
{ | |
public function getTellMeSomethingAction($fag) | |
{ | |
$EmailController->getDeliverAction('you are a fag'); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Heffron\Bundle\APIBundle\Controller; | |
use FOS\RestBundle\Controller\FOSRestController; | |
use FOS\RestBundle\Controller\Annotations\Post; | |
use FOS\RestBundle\Controller\Annotations\Get; | |
use FOS\RestBundle\Controller\Annotations\Route; | |
use FOS\RestBundle\Request\ParamFetcher; | |
use FOS\RestBundle\Controller\Annotations\RequestParam; | |
use Heffron\Bundle\APIBundle\Services\Stripe\Client; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Heffron\Bundle\AWSBundle\Controller; | |
use FOS\RestBundle\Controller\FOSRestController; | |
use Aws\Ses\SesClient; | |
/** | |
* AWS SES Controller. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AnnotationException: [Semantical Error] The annotation "@returns" in method Stripe_ApiResource::refresh() was never imported. Did you maybe forget to add a "use" statement for this annotation? | |
in /var/www/vhosts/api.heffron-it.com.au/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php line 54 | |
at AnnotationException::semanticalError('The annotation "@returns" in method Stripe_ApiResource::refresh() was never imported. Did you maybe forget to add a "use" statement for this annotation?') in /var/www/vhosts/api.heffron-it.com.au/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php line 703 | |
at DocParser->Annotation() in /var/www/vhosts/api.heffron-it.com.au/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php line 641 | |
at DocParser->Annotations() in /var/www/vhosts/api.heffron-it.com.au/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php line 334 | |
at DocParser->parse('/** * @returns Stripe_ApiResource |