Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117881845
DiscountsCommand.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
817 B
Referenced Files
None
Subscribers
None
DiscountsCommand.php
View Options
<?php
namespace
App\Console\Commands
;
use
App\Console\ObjectListCommand
;
/**
* List discounts.
*
* Example usage:
*
* ```
* $ ./artisan discounts
* 003f18e5-cbd2-4de8-9485-b0c966e4757d
* 00603496-5c91-4347-b341-cd5022566210
* 0076b174-f122-458a-8466-bd05c3cac35d
* (...)
* ```
*
* To include specific attributes, use `--attr` (allowed multiple times):
*
* ```
* $ ./artisan discounts --attr=discount --attr=description
* 003f18e5-cbd2-4de8-9485-b0c966e4757d 54 Custom volume discount
* 00603496-5c91-4347-b341-cd5022566210 30 Developer Discount
* 0076b174-f122-458a-8466-bd05c3cac35d 100 it's me
* (...)
* ```
*/
class
DiscountsCommand
extends
ObjectListCommand
{
protected
$objectClass
=
\App\Discount
::
class
;
protected
$objectName
=
'discount'
;
protected
$objectTitle
=
null
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 12:09 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18827479
Default Alt Text
DiscountsCommand.php (817 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline