PHP 클래스 KJ\Magento\Command\Order\Create\DummyCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: kalenjordan/magerun-addons

보호된 프로퍼티들

프로퍼티 타입 설명
$_availableSippingMethods * Supported shipping methods
$_customer Mage_Customer_Model_Customer
$_defaultStoreId * Lazy loading
$_input Symfony\Component\Console\Input\InputInterface
$_output Symfony\Component\Console\Output\OutputInterface
$_product Mage_Catalog_Model_Product
$_quote Mage_Sales_Model_Quote

보호된 메소드들

메소드 설명
_createOrder ( )
_getCustomOptions ( )
_getDefaultStoreId ( )
_getShippingMethodCode ( )
_getStoreId ( )
_loadRandomCustomer ( )
_loadRandomProduct ( $skuPattern = null )
_resetEverything ( ) Reset the customer, product, quote objects that have been saved so that new ones can be generated for the next iteration.
addItemToQuote ( )
configure ( )
createOrderFromQuote ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
getCreatedAt ( )
getCustomer ( ) : Mage_Customer_Model_Customer
getCustomerBillingAddress ( )
getCustomerShippingAddress ( )
getDefaultAddress ( )
getProduct ( ) : Mage_Catalog_Model_Product
getQuote ( ) : Mage_Sales_Model_Quote
sendOrderEmail ( $order )
setupBillingAddress ( )
setupPaymentMethod ( )
setupShippingAddress ( )
setupShippingMethod ( )

메소드 상세

_createOrder() 보호된 메소드

protected _createOrder ( )

_getCustomOptions() 보호된 메소드

protected _getCustomOptions ( )

_getDefaultStoreId() 보호된 메소드

protected _getDefaultStoreId ( )

_getShippingMethodCode() 보호된 메소드

protected _getShippingMethodCode ( )

_getStoreId() 보호된 메소드

protected _getStoreId ( )

_loadRandomCustomer() 보호된 메소드

protected _loadRandomCustomer ( )

_loadRandomProduct() 보호된 메소드

protected _loadRandomProduct ( $skuPattern = null )

_resetEverything() 보호된 메소드

Reset the customer, product, quote objects that have been saved so that new ones can be generated for the next iteration.
protected _resetEverything ( )

addItemToQuote() 보호된 메소드

protected addItemToQuote ( )

configure() 보호된 메소드

protected configure ( )

createOrderFromQuote() 보호된 메소드

protected createOrderFromQuote ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 integer | void

getCreatedAt() 보호된 메소드

protected getCreatedAt ( )

getCustomer() 보호된 메소드

protected getCustomer ( ) : Mage_Customer_Model_Customer
리턴 Mage_Customer_Model_Customer

getCustomerBillingAddress() 보호된 메소드

getCustomerShippingAddress() 보호된 메소드

getDefaultAddress() 보호된 메소드

protected getDefaultAddress ( )

getProduct() 보호된 메소드

protected getProduct ( ) : Mage_Catalog_Model_Product
리턴 Mage_Catalog_Model_Product

getQuote() 보호된 메소드

protected getQuote ( ) : Mage_Sales_Model_Quote
리턴 Mage_Sales_Model_Quote

sendOrderEmail() 보호된 메소드

protected sendOrderEmail ( $order )
$order \Mage_Sales_Model_Order

setupBillingAddress() 보호된 메소드

protected setupBillingAddress ( )

setupPaymentMethod() 보호된 메소드

protected setupPaymentMethod ( )

setupShippingAddress() 보호된 메소드

protected setupShippingAddress ( )

setupShippingMethod() 보호된 메소드

protected setupShippingMethod ( )

프로퍼티 상세

$_availableSippingMethods 보호되어 있는 프로퍼티

* Supported shipping methods
protected $_availableSippingMethods

$_customer 보호되어 있는 프로퍼티

protected Mage_Customer_Model_Customer $_customer
리턴 Mage_Customer_Model_Customer

$_defaultStoreId 보호되어 있는 프로퍼티

* Lazy loading
protected $_defaultStoreId

$_input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $_input
리턴 Symfony\Component\Console\Input\InputInterface

$_output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $_output
리턴 Symfony\Component\Console\Output\OutputInterface

$_product 보호되어 있는 프로퍼티

protected Mage_Catalog_Model_Product $_product
리턴 Mage_Catalog_Model_Product

$_quote 보호되어 있는 프로퍼티

protected Mage_Sales_Model_Quote $_quote
리턴 Mage_Sales_Model_Quote