This file contains 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 | |
/** | |
* Add email | |
* | |
* @param \Application\Entity\Email $email | |
* @return User | |
*/ | |
public function addEmail(\Application\Entity\Email $email) | |
{ | |
if (!$this->emails->contains($email)) { |
This file contains 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 | |
/** | |
* global.php | |
* | |
* @date 10/04/13 | |
* @author Frederic Dewinne <frederic.dewinne@vaconsulting.lu> | |
* @file global.php | |
* @copyright Copyright (c) Foyer - All rights reserved | |
* @license Unauthorized copying of this source code, via any medium is strictly | |
* prohibited, proprietary and confidential. |
This file contains 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 | |
/** | |
* database.global.php | |
* | |
* @date 10/04/13 | |
* @author Frederic Dewinne <frederic.dewinne@vaconsulting.lu> | |
* @file database.global.php | |
* @copyright Copyright (c) Foyer - All rights reserved | |
* @license Unauthorized copying of this source code, via any medium is strictly | |
* prohibited, proprietary and confidential. |
This file contains 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 | |
/** | |
* navigation.global.php | |
* | |
* @date 10/04/13 | |
* @author Frederic Dewinne <frederic.dewinne@vaconsulting.lu> | |
* @file application.config.php | |
* @copyright Copyright (c) Foyer - All rights reserved | |
* @license Unauthorized copying of this source code, via any medium is strictly | |
* prohibited, proprietary and confidential. |
This file contains 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
node.bindir=${project.basedir}/node_modules/.bin | |
bower.bin=${node.bindir}/bower | |
grunt.bin=${node.bindir}/grunt | |
user.home=/home/cphp |
This file contains 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
vagrant@deploy-agent:/vagrant$ ./agent add application | |
Enter a valid access token: my-valid-token | |
Querying API for your projects... | |
Select a project: | |
0) git-hub/continuousphp/guiavirasoro | |
1) git-hub/continuousphp/api | |
2) git-hub/continuousphp/simple-authentication | |
3) git-hub/continuousphp/zenlist | |
4) git-hub/continuousphp/phpunit-lab | |
5) git-hub/continuousphp/decider |