tailieunhanh - Publishing PHP eclipse - part 6
Quan điểm Đề cương được thiết kế để cung cấp cho các nhà phát triển một cái nhìn đầy đủ các chức năng và các đặc tính của trang. Trong Java, các thuộc tính và phương pháp của một lớp sẽ được liệt kê. Trong thủ tục PHP, kịch bản của một chức năng người dùng định nghĩa sẽ được hiển thị. Cũng giống như Java, trong hướng đối tượng PHP, các thuộc tính của một lớp cũng sẽ được liệt kê. . | The Eclipse Interface Outline View The Outline view is designed to give the developer a complete view of a page s functions and properties. In Java the properties and methods of a class would be listed. In procedural PHP a script s user-defined functions would be shown. Like Java in object-oriented PHP the properties of a class would also be listed. In Java the Outline view also gives the developer visual hints of a method s access modifiers based on icons. With PHP 5 the syntax differences between object-oriented PHP and Java have greatly diminished. Concepts such as static variables and public private and protected access modifiers are now available in PHP. This has made the Outline view behave similarly for both languages. Consider a sample class of a cat at an animal shelter. A very basic PHP 5 class could look like this php class Cat static ADDRESS 6201 Florin-Perkins Road private catlD private catName public function getCatlD id code public function setCatlD id code private function getSpecieslD id code protected function getCatBreed id code Our feline has three properties. Since the address of the cat will not change as the address is the shelter s address itself the address variable is static. The two private variables are the ID and the name. We have created public get and set functions for the ID of the cat. There is a protected function to get the breed of the cat and a private function to get the species ID. In the Outline view this code would look like this ft A 8 ADDRESS a Sc ID a SCAlNimr j gerCscBreedp getEatlDO actSpacnilDu q sctCiitioi 50 Chapter 3 The name of the class is shown and the structure is collapsible via the triangle icon. The shape and color of the icon tell you whether the item is a function or a variable and the access modifier. Red squares are private items yellow diamonds are protected items and green circles are public items. If the icon is a solid shape it is a function while a smaller hollow shape denotes a variable. In PHP 4 .
đang nạp các trang xem trước