Skip to content

Commit

Permalink
add php doc
Browse files Browse the repository at this point in the history
Я конечно понимаю что лень прописывать одинаковые функции но хотя-бы объявить их надо, иначе не будут работать подсказки в IDE.
p.s. 
__call - ЗЛО
  • Loading branch information
Traineratwot committed Jul 27, 2022
1 parent e36e72e commit f846744
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion src/ymlOffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,74 @@

namespace notdest\yandexYmlGenerator;


/**
* @method $this model()
* @method $this series()
* @method $this author()
* @method $this vendorCode()
* @method $this vendor()
* @method $this expiry()
* @method $this rec()
* @method $this typePrefix()
* @method $this country_of_origin()
* @method $this ISBN()
* @method $this volume()
* @method $this part()
* @method $this language()
* @method $this binding()
* @method $this table_of_contents()
* @method $this performed_by()
* @method $this performance_type()
* @method $this storage()
* @method $this format()
* @method $this recording_length()
* @method $this artist()
* @method $this media()
* @method $this starring()
* @method $this director()
* @method $this originalName()
* @method $this country()
* @method $this worldRegion()
* @method $this region()
* @method $this dataTour()
* @method $this hotel_stars()
* @method $this room()
* @method $this meal()
* @method $this price_min()
* @method $this price_max()
* @method $this options()
* @method $this hall()
* @method $this hall_part()
* @method $this is_premiere()
* @method $this is_kids()
* @method $this vat()
* @method $this downloadable()
* @method $this adult()
* @method $this store()
* @method $this pickup()
* @method $this delivery()
* @method $this manufacturer_warranty()
*
* @method $this origin()
* @method $this warranty()
* @method $this sale()
* @method $this sales_notes()
* @method $this pic()
* @method $this picture()
* @method $this pages()
* @method $this page_extent()
* @method $this contents()
* @method $this performer()
* @method $this performance()
* @method $this length()
* @method $this stars()
* @method $this priceMin()
* @method $this priceMax()
* @method $this hallPart()
* @method $this premiere()
* @method $this kids()
*
*/
class ymlOffer extends \DomElement
{
protected $enc ;
Expand Down

0 comments on commit f846744

Please sign in to comment.