mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
30c65f4a23
“Since PHP 5.3, it is possible to leave out the middle part of the ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1 evaluates to TRUE, and expr3 otherwise.” http://php.net/manual/en/language.operators.comparison.php |
||
---|---|---|
.. | ||
.gitkeep | ||
AccountController.php | ||
ActivityController.php | ||
BaseController.php | ||
ClientApiController.php | ||
ClientController.php | ||
CreditController.php | ||
DashboardController.php | ||
HomeController.php | ||
IntegrationController.php | ||
InvoiceApiController.php | ||
InvoiceController.php | ||
PaymentApiController.php | ||
PaymentController.php | ||
ProductController.php | ||
QuoteApiController.php | ||
QuoteController.php | ||
ReportController.php | ||
UserController.php |